summaryrefslogtreecommitdiff
path: root/src/mongo/db/time_proof_service.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2017-07-11 12:46:24 -0400
committerMisha Tyulenev <misha@mongodb.com>2017-07-11 12:47:24 -0400
commit42a1339774964f645a3991c3629aa655ffb05cf2 (patch)
tree219ff15c39190d2aa734ea0cafb4b25d41b4e648 /src/mongo/db/time_proof_service.h
parent2ed5ff7d34959ebe204697ff615d24a8eabc45bf (diff)
downloadmongo-42a1339774964f645a3991c3629aa655ffb05cf2.tar.gz
SERVER-30038 rename $logicalTime to $clusterTime
Diffstat (limited to 'src/mongo/db/time_proof_service.h')
-rw-r--r--src/mongo/db/time_proof_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/time_proof_service.h b/src/mongo/db/time_proof_service.h
index 42186aab8b3..0a981632d09 100644
--- a/src/mongo/db/time_proof_service.h
+++ b/src/mongo/db/time_proof_service.h
@@ -36,7 +36,7 @@
namespace mongo {
/**
- * The TimeProofService holds the key used by mongod and mongos processes to verify logical times
+ * The TimeProofService holds the key used by mongod and mongos processes to verify cluster times
* and contains the logic to generate this key. As a performance optimization to avoid expensive
* signature generation the class also holds the cache.
*/