summaryrefslogtreecommitdiff
path: root/src/mongo/util/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/background.h')
-rw-r--r--src/mongo/util/background.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/background.h b/src/mongo/util/background.h
index f6693c0e318..978fa52ceed 100644
--- a/src/mongo/util/background.h
+++ b/src/mongo/util/background.h
@@ -72,8 +72,8 @@ protected:
* after this returns, deleted if deleteSelf true.
*
* NOTE:
- * if run() throws, the exception will be caught within 'this' object and will ultimately lead to the
- * BackgroundJob's thread being finished, as if run() returned.
+ * if run() throws, the exception will be caught within 'this' object and will ultimately lead
+ * to the BackgroundJob's thread being finished, as if run() returned.
*
*/
virtual void run() = 0;