From: khizmax Date: Wed, 10 May 2017 21:04:21 +0000 (+0300) Subject: Fixed typo X-Git-Tag: v2.3.0~38 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4836213c1a79da7ae08cf20512048a8f0dff2d93;p=libcds.git Fixed typo --- 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 {