From 140613d1ba19d63ccad92086233d55d4f4749547 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 4 Apr 2017 15:45:11 +0300 Subject: [PATCH] Fix a typo in the docs --- include/boost/intrusive/slist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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