# HG changeset patch # User Paul Boddie # Date 1615160851 -3600 # Node ID 6bb6fd146175faac3ca84413af003b754bc300f9 # Parent 3440a225101f96274ae5d7b5c8dc1dd3d1d73da2 Made the get method docstring consistent with the implementation. diff -r 3440a225101f -r 6bb6fd146175 page_mapper.cc --- a/page_mapper.cc Mon Mar 08 00:31:53 2021 +0100 +++ b/page_mapper.cc Mon Mar 08 00:47:31 2021 +0100 @@ -51,8 +51,8 @@ completely new flexpage. This method locks the accessor to prevent concurrent queries with the - same details, with the lock held until the queue or flush_all operations - release the lock. */ + same details, with the lock held until the queue operation releases the + lock. */ Flexpage *PageMapper::get(offset_t offset, unsigned long flags) {