aboutsummaryrefslogtreecommitdiff
path: root/src/processor/address_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/address_map.h')
-rw-r--r--src/processor/address_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/address_map.h b/src/processor/address_map.h
index 44632323..14139e7a 100644
--- a/src/processor/address_map.h
+++ b/src/processor/address_map.h
@@ -53,8 +53,8 @@ class AddressMap {
bool Store(const AddressType &address, const EntryType &entry);
// Locates the entry stored at the highest address less than or equal to
- // the address argument. If there is no such range, or if there is a
- // parameter error, returns false. The entry is returned in entry. If
+ // the address argument. If there is no such range, returns false. The
+ // entry is returned in entry, which is a required argument. If
// entry_address is not NULL, it will be set to the address that the entry
// was stored at.
bool Retrieve(const AddressType &address,