Fixed files encoding (#46)
[libcds.git] / cds / threading / details / _common.h
index 67e66d774df9aa7360e314730947a09c43f68b6d..627ae3af089b3072ce63b535b9c3d652c3ebfe06 100644 (file)
@@ -18,7 +18,7 @@ namespace cds {
         The library does not dictate any thread model. To embed the library to your application you should choose
         appropriate implementation of \p cds::threading::Manager interface
         or should provide yourself.
-        The \p %cds::threading::Manager interface manages \p ñds::threading::ThreadData structure that contains GC's thread specific data.
+        The \p %cds::threading::Manager interface manages \p cds::threading::ThreadData structure that contains GC's thread specific data.
 
         Any \p cds::threading::Manager implementation is a singleton and it must be accessible from any thread and from any point of
         your application. Note that you should not mix different implementation of the \p cds::threading::Manager in your application.