summaryrefslogtreecommitdiff
path: root/src
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
parent1e6511738d9e0a189a2d60aabf16411de495e7d1 (diff)
downloadmongo-bbeb56709be4a9b5a764c7809105ad2e30167fc9.tar.gz
SERVER-48716 Completed doc, added links to files in docs/README.md
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/service_entry_point_common.h2
-rw-r--r--src/mongo/transport/README.md3
2 files changed, 3 insertions, 2 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.
*/
diff --git a/src/mongo/transport/README.md b/src/mongo/transport/README.md
index c49ec3123d9..4d356fab87c 100644
--- a/src/mongo/transport/README.md
+++ b/src/mongo/transport/README.md
@@ -37,7 +37,7 @@ The various builders supplied in the ReplyBuilderInterface can be appended toget
This interface acts as a cursor to build a response message to be sent out back to the client.
## See Also
-For details on egress networking, see [this document][egress_networking].
+For details on egress networking, see [this document][egress_networking]. For details on command dispatch, see [this document][command_dispatch].
[ServiceExecutor]: service_executor.h
[ServiceStateMachine]: service_state_machine.h
@@ -46,3 +46,4 @@ For details on egress networking, see [this document][egress_networking].
[ReplyBuilderInterface]: ../rpc/reply_builder_interface.h
[DocSequenceBuilder]: ../rpc/op_msg.h
[egress_networking]: ../../../docs/egress_networking.md
+[command_dispatch]: ../../../docs/command_dispatch.md \ No newline at end of file