diff options
Diffstat (limited to 'src/mongo/util/background.h')
-rw-r--r-- | src/mongo/util/background.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/background.h b/src/mongo/util/background.h index 03fcf945f0e..1793944d02b 100644 --- a/src/mongo/util/background.h +++ b/src/mongo/util/background.h @@ -74,8 +74,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; |