From 65571f17edb82d122b5f6dc741bd7d4b9e315e1b Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 21 May 2007 20:09:33 +0000 Subject: 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 --- src/processor/address_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/processor/address_map.h') 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, -- cgit v1.2.1