summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_names.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_names.h')
-rw-r--r--src/mongo/db/index_names.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/index_names.h b/src/mongo/db/index_names.h
index 658ddd8459b..728906ed701 100644
--- a/src/mongo/db/index_names.h
+++ b/src/mongo/db/index_names.h
@@ -71,8 +71,8 @@ namespace mongo {
/**
* True if is a regular (non-plugin) index or uses a plugin that existed before 2.4.
- * These plugins are grandfathered in and allowed to exist in DBs with
- * PDFILE_MINOR_VERSION_22_AND_OLDER
+ * These plugins are grandfathered in and allowed to exist in DBs where
+ * DataFileVersion::is24IndexClean() returns false.
*/
static bool existedBefore24(const std::string& name);