From 22b8b8c2b54457c5d6a411946149a8fd7d09fdb1 Mon Sep 17 00:00:00 2001
From: khizmax <libcds.dev@gmail.com>
Date: Sat, 21 Jan 2017 11:23:12 +0300
Subject: [PATCH] docfix

---
 cds/gc/dhp.h | 4 ++--
 cds/gc/hp.h  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cds/gc/dhp.h b/cds/gc/dhp.h
index 76511795..9f0387cd 100644
--- a/cds/gc/dhp.h
+++ b/cds/gc/dhp.h
@@ -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
diff --git a/cds/gc/hp.h b/cds/gc/hp.h
index 76df6145..aedc47b0 100644
--- a/cds/gc/hp.h
+++ b/cds/gc/hp.h
@@ -1469,7 +1469,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 )
         {
@@ -1482,7 +1482,7 @@ namespace cds { namespace gc {
             and can be accessible after destructing the global \p %HP 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
-- 
2.34.1