aboutsummaryrefslogtreecommitdiff
path: root/src/processor/address_map.h
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-21 20:09:33 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-21 20:09:33 +0000
commit65571f17edb82d122b5f6dc741bd7d4b9e315e1b (patch)
treed86645589367b1997044ebd5138f21eb467c8097 /src/processor/address_map.h
parentAdd an optional per-day limit to the number of crash reports sent. The state (diff)
downloadbreakpad-65571f17edb82d122b5f6dc741bd7d4b9e315e1b.tar.xz
Add logging to minidump processor (#82). Part 2: add messages to the rest of
the processor. r=ted.mielczarek http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/cf56b767383a5d4b git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@172 4c0a9323-5329-0410-9bdc-e9ce6186880e
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,