From 242f3713017a0b754c8fac55e70bacc48c54c96f Mon Sep 17 00:00:00 2001 From: Maria van Keulen Date: Tue, 21 Feb 2017 14:28:42 -0500 Subject: SERVER-27887 Update comment to reflect _dataPtr to _ownedData refactor --- src/mongo/db/storage/record_data.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mongo/db/storage') diff --git a/src/mongo/db/storage/record_data.h b/src/mongo/db/storage/record_data.h index 746f785d872..31526bbd32a 100644 --- a/src/mongo/db/storage/record_data.h +++ b/src/mongo/db/storage/record_data.h @@ -38,9 +38,7 @@ namespace mongo { // TODO: Does this need to have move support? /** * A replacement for the Record class. This class represents data in a record store. - * The _dataPtr attribute is used to manage memory ownership. If _dataPtr is NULL, then - * the memory pointed to by _data is owned by the RecordStore. If _dataPtr is not NULL, then - * it must point to the same array as _data. + * The _ownedData attribute is used to manage memory ownership. */ class RecordData { public: -- cgit v1.2.1