diff options
Diffstat (limited to 'src/mongo/db/wire_version.h')
| -rw-r--r-- | src/mongo/db/wire_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/wire_version.h b/src/mongo/db/wire_version.h index 4e02ba89261..0d43eff5b68 100644 --- a/src/mongo/db/wire_version.h +++ b/src/mongo/db/wire_version.h @@ -188,9 +188,9 @@ public: * Appends the min and max versions in 'wireVersionInfo' to 'builder' in the format expected for * reporting information about the internal client. * - * Intended for use as part of performing the isMaster/hello handshake with a remote node. When - * an internal clients make a connection to another node in the cluster, it includes internal - * client information as a parameter to the hello command. This parameter has the following + * Intended for use as part of performing the isMaster handshake with a remote node. When an + * internal clients make a connection to another node in the cluster, it includes internal + * client information as a parameter to the isMaster command. This parameter has the following * format: * * internalClient: { |
