diff --git a/include/boost/intrusive/slist.hpp b/include/boost/intrusive/slist.hpp
index 0020699..f34350d 100644
--- a/include/boost/intrusive/slist.hpp
+++ b/include/boost/intrusive/slist.hpp
@@ -1115,7 +1115,7 @@ class slist_impl
//!
//! Throws: Nothing.
//!
- //! Complexity: Lineal to the elements (l - before_f + 1).
+ //! Complexity: Linear to the elements (l - before_f + 1).
//!
//! Note: Invalidates the iterators to the erased element.
template