From 4836213c1a79da7ae08cf20512048a8f0dff2d93 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 11 May 2017 00:04:21 +0300 Subject: [PATCH] Fixed typo --- cds/algo/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/algo/atomic.h b/cds/algo/atomic.h index dd8544de..dd6de400 100644 --- a/cds/algo/atomic.h +++ b/cds/algo/atomic.h @@ -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 { -- 2.34.1