summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/update_position_args.h
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2016-05-20 22:08:27 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2016-05-27 17:37:55 -0400
commit3dd8ba46bf2ce350b5e80b1b2b016a10007beb7b (patch)
treec0f5896b4727eb7bdc06a5a8fbb9a49d33f1fc1a /src/mongo/db/repl/update_position_args.h
parent66a3866209039ab46274dfe27cf3d985e65d453c (diff)
downloadmongo-3dd8ba46bf2ce350b5e80b1b2b016a10007beb7b.tar.gz
SERVER-24222 Update current known primary from command metadata
Diffstat (limited to 'src/mongo/db/repl/update_position_args.h')
-rw-r--r--src/mongo/db/repl/update_position_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/update_position_args.h b/src/mongo/db/repl/update_position_args.h
index bb4a94d8ffb..0acac33dd6f 100644
--- a/src/mongo/db/repl/update_position_args.h
+++ b/src/mongo/db/repl/update_position_args.h
@@ -40,7 +40,7 @@ class Status;
namespace repl {
/**
- * Arguments to the handshake command.
+ * Arguments to the update position command.
*/
class UpdatePositionArgs {
public: