summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface_test_insert.cpp')
-rw-r--r--src/mongo/db/storage/sorted_data_interface_test_insert.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface_test_insert.cpp b/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
index 03e2f98c485..2ae1675ca74 100644
--- a/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
+++ b/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
@@ -85,7 +85,7 @@ namespace mongo {
}
}
- // Insert multiple, distinct keys at the same DiskLoc and verify that the
+ // Insert multiple, distinct keys at the same RecordId and verify that the
// number of entries in the index equals the number that were inserted, even
// when duplicates are not allowed.
TEST( SortedDataInterface, InsertSameDiskLoc ) {
@@ -127,7 +127,7 @@ namespace mongo {
}
}
- // Insert multiple, distinct keys at the same DiskLoc and verify that the
+ // Insert multiple, distinct keys at the same RecordId and verify that the
// number of entries in the index equals the number that were inserted, even
// when duplicates are allowed.
TEST( SortedDataInterface, InsertSameDiskLocWithDupsAllowed ) {