summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-07-12 13:29:28 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-07-12 13:29:28 -0400
commit18ad0c1af6fc2627645f9ca70be6426a2aeae8c7 (patch)
tree8675a944b09cdcc3c6c508087a06d7086937e5fc /jstests
parent1c62551e0676789707384a4398e04aa3cb0fe9a8 (diff)
downloadmongo-18ad0c1af6fc2627645f9ca70be6426a2aeae8c7.tar.gz
SERVER-36075 fix typo in comment
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/shard_identity_rollback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/shard_identity_rollback.js b/jstests/sharding/shard_identity_rollback.js
index 9bf8f6a9b0b..bf6fe7b57e7 100644
--- a/jstests/sharding/shard_identity_rollback.js
+++ b/jstests/sharding/shard_identity_rollback.js
@@ -23,7 +23,7 @@
// In general, shardsvrs default to the lower FCV on fresh start up (their FCV is set to the
// cluster's FCV on addShard). However, this test starts a shardsvr that it never adds to the
- // cluster, but expects behavior that only a FCV>4.0 shardsvr would execute:
+ // cluster, but expects behavior that only a FCV>=4.0 shardsvr would execute:
//
// In FCV 3.6, clean shutdown writes uncommitted data to disk in the v3.6-compatible format.
// When the node is restarted and sees uncommitted data in the v3.6-compatible format, it fails