summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/mmap.h')
-rw-r--r--src/mongo/util/mmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/util/mmap.h b/src/mongo/util/mmap.h
index c99453d7d11..f0ce0d29139 100644
--- a/src/mongo/util/mmap.h
+++ b/src/mongo/util/mmap.h
@@ -124,7 +124,8 @@ public:
template <class F>
static void forEach(F fun);
- /** note: you need to be in mmmutex when using this. forEach (above) handles that for you automatically.
+ /** note: you need to be in mmmutex when using this. forEach (above) handles that for you
+ * automatically.
*/
static std::set<MongoFile*>& getAllFiles();