diff options
Diffstat (limited to 'src/mongo/db/stats/counters.h')
-rw-r--r-- | src/mongo/db/stats/counters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/counters.h b/src/mongo/db/stats/counters.h index 3d054806f46..cbf429127f6 100644 --- a/src/mongo/db/stats/counters.h +++ b/src/mongo/db/stats/counters.h @@ -113,7 +113,7 @@ public: _checkWrap(&OpCounters::_acceptableErrorInCommand, 1); } - // thse are used by snmp, and other things, do not remove + // thse are used by metrics things, do not remove const AtomicWord<long long>* getInsert() const { return &*_insert; } |