summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.h
diff options
context:
space:
mode:
authorReo Kimura <reo.kimura@mongodb.com>2020-07-28 17:13:10 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-05 02:17:00 +0000
commitbbeb56709be4a9b5a764c7809105ad2e30167fc9 (patch)
treeb30cdac86f9a2985bac84d0aea83874d7d857e3b /src/mongo/db/service_entry_point_common.h
parent1e6511738d9e0a189a2d60aabf16411de495e7d1 (diff)
downloadmongo-bbeb56709be4a9b5a764c7809105ad2e30167fc9.tar.gz
SERVER-48716 Completed doc, added links to files in docs/README.md
Diffstat (limited to 'src/mongo/db/service_entry_point_common.h')
-rw-r--r--src/mongo/db/service_entry_point_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_entry_point_common.h b/src/mongo/db/service_entry_point_common.h
index c122963bd44..090cf302b48 100644
--- a/src/mongo/db/service_entry_point_common.h
+++ b/src/mongo/db/service_entry_point_common.h
@@ -49,7 +49,7 @@ extern FailPoint skipCheckingForNotMasterInCommandDispatch;
/**
* Helpers for writing ServiceEntryPointImpl implementations from a reusable core.
- * Implementations are ServiceEntryPointMongo and ServiceEntryPointEmbedded, which share
+ * Implementations are ServiceEntryPointMongod and ServiceEntryPointEmbedded, which share
* most of their code, but vary in small details captured by the Hooks customization
* interface.
*/