diff options
Diffstat (limited to 'src/lib/stats')
-rw-r--r-- | src/lib/stats/stats_mgr.h | 3 |
1 files changed, 1 insertions, 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 /// |