summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/dbcheck.h')
-rw-r--r--src/mongo/db/repl/dbcheck.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/repl/dbcheck.h b/src/mongo/db/repl/dbcheck.h
index a8d1339d3a7..e7fc1921a4e 100644
--- a/src/mongo/db/repl/dbcheck.h
+++ b/src/mongo/db/repl/dbcheck.h
@@ -176,8 +176,7 @@ private:
/**
* Get the given collection in MODE_S, except that if the collection is missing it will report that
- * to the health log, and it takes an IX lock on "local" as a workaround to SERVER-28544 and to
- * ensure correct flush lock acquisition for MMAPV1.
+ * to the health log, and it takes an IX lock on "local" as a workaround to SERVER-28544.
*/
class AutoGetCollectionForDbCheck {
public: