summaryrefslogtreecommitdiff
path: root/src/mongo/util/out_of_line_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/out_of_line_executor.h')
-rw-r--r--src/mongo/util/out_of_line_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/out_of_line_executor.h b/src/mongo/util/out_of_line_executor.h
index a5e7bd42483..02cd81ec8bd 100644
--- a/src/mongo/util/out_of_line_executor.h
+++ b/src/mongo/util/out_of_line_executor.h
@@ -111,7 +111,7 @@ public:
*
* The Task will be passed a Status schedStatus that is either:
* * schedStatus.isOK() if the function is run in an out-of-line context
- * * isCancelationError(schedStatus.code()) if the function is run in an inline context
+ * * isCancellationError(schedStatus.code()) if the function is run in an inline context
*
* All of this is to say: CHECK YOUR STATUS.
*/