summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/index_builds_coordinator_embedded.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/index_builds_coordinator_embedded.h')
-rw-r--r--src/mongo/embedded/index_builds_coordinator_embedded.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/embedded/index_builds_coordinator_embedded.h b/src/mongo/embedded/index_builds_coordinator_embedded.h
index 813458354e6..9587fc06ab2 100644
--- a/src/mongo/embedded/index_builds_coordinator_embedded.h
+++ b/src/mongo/embedded/index_builds_coordinator_embedded.h
@@ -37,7 +37,7 @@ class OperationContext;
class ServiceContext;
/**
- * This implementation of the IndexBuildsCoordinator is for embedded (mobile) server nodes. Nothing
+ * This implementation of the IndexBuildsCoordinator is for embedded server nodes. Nothing
* is run asynchronously and no network calls are made. Index builds are run without awaiting cross
* replica set communications.
*