summaryrefslogtreecommitdiff
path: root/src/mongo/bson/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/timestamp.h')
-rw-r--r--src/mongo/bson/timestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/timestamp.h b/src/mongo/bson/timestamp.h
index 231f42e422d..b876001e7c2 100644
--- a/src/mongo/bson/timestamp.h
+++ b/src/mongo/bson/timestamp.h
@@ -64,7 +64,7 @@ public:
explicit Timestamp(Date_t date) : Timestamp(date.toULL()) {}
/**
- * DEPRECATED Constructor that builds a Timestamp from a 64-bit unsigned integer by using
+ * Constructor that builds a Timestamp from a 64-bit unsigned integer by using
* the high-order 4 bytes of "v" for the "secs" field and the low-order 4 bytes for the "i"
* field.
*/