docfix
[libcds.git] / cds / gc / dhp.h
index 76511795907c33ac6e8703e9e4d9b392fc8f8281..9f0387cdcf1df768de3a05a93539b5689a1658a9 100644 (file)
@@ -1470,7 +1470,7 @@ namespace cds { namespace gc {
             The function clears \p st before gathering statistics.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
         */
         static void statistics( stat& st )
         {
@@ -1483,7 +1483,7 @@ namespace cds { namespace gc {
             and can be accessible after destructing the global \p %DHP object.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
 
             Usage:
             \code