summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/sasl_commands.h')
-rw-r--r--src/mongo/db/auth/sasl_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/sasl_commands.h b/src/mongo/db/auth/sasl_commands.h
index 054756745e6..57dcb585794 100644
--- a/src/mongo/db/auth/sasl_commands.h
+++ b/src/mongo/db/auth/sasl_commands.h
@@ -36,7 +36,7 @@ namespace mongo {
class OperationContext;
/**
- * Handle isMaster: { speculativeAuthenticate: {...} }
+ * Handle hello: { speculativeAuthenticate: {...} }
*/
void doSpeculativeSaslStart(OperationContext* opCtx,
const BSONObj& sourceObj,