aboutsummaryrefslogtreecommitdiff
path: root/src/processor/contained_range_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/contained_range_map.h')
-rw-r--r--src/processor/contained_range_map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/processor/contained_range_map.h b/src/processor/contained_range_map.h
index deb1e061..f30016f3 100644
--- a/src/processor/contained_range_map.h
+++ b/src/processor/contained_range_map.h
@@ -92,8 +92,7 @@ class ContainedRangeMap {
// the specified address. This method will only return entries held by
// child ranges, and not the entry contained by |this|. This is necessary
// to support a sparsely-populated root range. If no descendant range
- // encompasses the address, or if there is a parameter error, returns
- // false.
+ // encompasses the address, returns false.
bool RetrieveRange(const AddressType &address, EntryType *entry) const;
// Removes all children. Note that Clear only removes descendants,