diff options
Diffstat (limited to 'src/mongo/util/diagnostic_info.h')
-rw-r--r-- | src/mongo/util/diagnostic_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/diagnostic_info.h b/src/mongo/util/diagnostic_info.h index 160ec11e40c..ebfb50885aa 100644 --- a/src/mongo/util/diagnostic_info.h +++ b/src/mongo/util/diagnostic_info.h @@ -94,4 +94,4 @@ private: * Captures the diagnostic information based on the caller's context. */ DiagnosticInfo takeDiagnosticInfo(const StringData& captureName); -} // namespace monogo +} // namespace mongo |