summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface.h')
-rw-r--r--src/mongo/db/storage/sorted_data_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface.h b/src/mongo/db/storage/sorted_data_interface.h
index eeefb10d5ea..410cf64c043 100644
--- a/src/mongo/db/storage/sorted_data_interface.h
+++ b/src/mongo/db/storage/sorted_data_interface.h
@@ -104,8 +104,8 @@ public:
* Remove the entry from the index with the specified key and RecordId.
*
* @param txn the transaction under which the remove takes place
- * @param dupsAllowed true if duplicate keys are allowed, and false
- * otherwise
+ * @param dupsAllowed true if duplicate keys are allowed. If false, no duplicate keys exist
+ * and it is not necessary to check the RecordId.
*/
virtual void unindex(OperationContext* txn,
const BSONObj& key,