Fixed typo
authorkhizmax <libcds.dev@gmail.com>
Wed, 10 May 2017 21:04:21 +0000 (00:04 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 10 May 2017 21:04:21 +0000 (00:04 +0300)
cds/algo/atomic.h

index dd8544deb4e2859eedb5122f0f7191c7c9c41b8d..dd6de4009f1b21ead515aacbc4a587e5cf58f224 100644 (file)
@@ -197,7 +197,7 @@ namespace cds {
             This class is simplified interface around \p std::atomic_size_t.
             The class supports getting current value of the counter and increment/decrement its value.
 
-            See alûo improved version that eliminates false sharing: \p cache_friendly_item_counter.
+            See also: improved version that eliminates false sharing - \p cache_friendly_item_counter.
         */
         class item_counter
         {