From 80c22df9dcc496a2d4e3d22e8284525366a0941d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 16 Oct 2017 09:18:13 +0900 Subject: [PATCH] [hashtable] Fix typo in documentation --- include/boost/intrusive/hashtable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/intrusive/hashtable.hpp b/include/boost/intrusive/hashtable.hpp index 35ba774..6b1d5dd 100644 --- a/include/boost/intrusive/hashtable.hpp +++ b/include/boost/intrusive/hashtable.hpp @@ -1822,7 +1822,7 @@ class hashtable_impl x.priv_split_traits().set_size(size_type(0)); } - //! Effects: Equivalnet to swap. + //! Effects: Equivalent to swap. //! hashtable_impl& operator=(BOOST_RV_REF(hashtable_impl) x) { this->swap(x); return *this; }