From dde1b96b33ed20dbe2c815f1168e62b66635e39f Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 5 Aug 2019 18:29:32 +0300 Subject: [PATCH] fixed header --- src/lib/stats/stats_mgr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/stats/stats_mgr.h b/src/lib/stats/stats_mgr.h index b4a9664e55..450d65a63b 100644 --- a/src/lib/stats/stats_mgr.h +++ b/src/lib/stats/stats_mgr.h @@ -408,8 +408,7 @@ class StatsMgr : public boost::noncopyable { /// @brief Handles statistic-sample-count-set-all command /// /// This method handles statistic-sample-count-set-all command, - /// which set max_sample_count_ limit of a given statistic - /// and leaves max_sample_age_ disabled. + /// which set max_sample_count_ limit of all statistics. /// It expects one parameter stored in params map: /// max-samples: count limit /// -- 2.47.2