Fixed files encoding (#46)
[libcds.git] / cds / intrusive / details / skip_list_base.h
index ed5e8377256274c4e2ab46afd328b953e3981428..b9d2263b324532a00ae8805a05e3a8f79e3121a9 100644 (file)
@@ -601,7 +601,7 @@ namespace cds { namespace intrusive {
                 an allocator should be provided to maintain variable randomly-calculated height of the node
                 since the node can contain up to 32 next pointers. The allocator option is used to allocate an array of next pointers
                 for nodes which height is more than 1. Default is \ref CDS_DEFAULT_ALLOCATOR.
-            - \p opt::back_off - back-off strategy, default is \รง cds::backoff::Default.
+            - \p opt::back_off - back-off strategy, default is \p cds::backoff::Default.
             - \p opt::stat - internal statistics. By default, it is disabled (\p skip_list::empty_stat).
                 To enable it use \p skip_list::stat
         */