rename cds::lock namespace to cds::sync, move corresponding .h files
[libcds.git] / cds / container / fcdeque.h
index 941d5192bf5c83f9f9caec870b3159fba7f89bb7..55dbb33b8718bc8fd9ebd58cf1cc1b0ad61efc15 100644 (file)
@@ -66,7 +66,7 @@ namespace cds { namespace container {
         /// Metafunction converting option list to traits
         /**
             \p Options are:
-            - \p opt::lock_type - mutex type, default is \p cds::lock::Spin
+            - \p opt::lock_type - mutex type, default is \p cds::sync::spin
             - \p opt::back_off - back-off strategy, defalt is \p cds::backoff::delay_of<2>
             - \p opt::allocator - allocator type, default is \ref CDS_DEFAULT_ALLOCATOR
             - \p opt::stat - internal statistics, possible type: \ref stat, \ref empty_stat (the default)