Docfix
authorkhizmax <libcds.dev@gmail.com>
Sun, 27 Mar 2016 19:52:42 +0000 (22:52 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 27 Mar 2016 19:52:42 +0000 (22:52 +0300)
cds/container/michael_map.h

index bda80b716b6680427e0d8bc369f9d834a0298b67..1adc0be8f3dfc5f67166ae2e3925aae3abc6e93b 100644 (file)
@@ -637,7 +637,7 @@ namespace cds { namespace container {
         /// Extracts the item with specified \p key
         /** \anchor cds_nonintrusive_MichaelHashMap_hp_extract
             The function searches an item with key equal to \p key,
-            unlinks it from the set, and returns it as \p guarded_ptr.
+            unlinks it from the map, and returns it as \p guarded_ptr.
             If \p key is not found the function returns an empty guarded pointer.
 
             Note the compare functor should accept a parameter of type \p K that may be not the same as \p key_type.