Fixed MultiLevelHashSet/Map docs
authorkhizmax <libcds.dev@gmail.com>
Sun, 23 Aug 2015 15:56:49 +0000 (18:56 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 23 Aug 2015 15:56:49 +0000 (18:56 +0300)
cds/container/impl/multilevel_hashmap.h
cds/container/impl/multilevel_hashset.h
cds/intrusive/impl/multilevel_hashset.h

index 1c0a1937be63ffa050112cc037f7b82dd87c1a36..e5ee59438a231229bfe8626cb49e4d56e8790bae 100644 (file)
@@ -702,7 +702,7 @@ namespace cds { namespace container {
                 Note that for two iterators \p it1 and \p it2, the conditon <tt> it1 == it2 </tt>
                 does not entail <tt> &(*it1) == &(*it2) </tt>
             - helper member function \p release() that clears internal hazard pointer.
-                After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible.
+                After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible.
         */
     ///@{
         /// Returns an iterator to the beginning of the map
index 1cd7c14355aedad15b84b1460a73f069df39ceb7..794662163f86594ab3961e274e6923a5f44712f7 100644 (file)
@@ -460,7 +460,7 @@ namespace cds { namespace container {
                 Note that for two iterators \p it1 and \p it2, the conditon <tt> it1 == it2 </tt>
                 does not entail <tt> &(*it1) == &(*it2) </tt>
             - helper member function \p release() that clears internal hazard pointer.
-                After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible.
+                After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible.
         */
     ///@{
 
index 96aee685b7d6233092055aa9551da5ea884d25c1..37a5414af1ac158d1b97058d3e9a619f65bc1bc3 100644 (file)
@@ -971,7 +971,7 @@ namespace cds { namespace intrusive {
                 Note that for two iterators \p it1 and \p it2, the conditon <tt> it1 == it2 </tt>
                 does not entail <tt> &(*it1) == &(*it2) </tt>: welcome to concurrent containers
             - helper member function \p release() that clears internal hazard pointer.
-                After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible.
+                After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible.
         */
     ///@{