aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-01-23 01:22:32 +0000
committerjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-01-23 01:22:32 +0000
commit32d1b2882b8fa8c8b01dd561def325474a9a00bd (patch)
treeb5df42e65550a27fae337e6775fc9e2e99affeae /src
parentBreakpad DWARF Parser: Improved DWARF-processing interface. (diff)
downloadbreakpad-32d1b2882b8fa8c8b01dd561def325474a9a00bd.tar.xz
Typo: "An" -> "A".
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@496 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r--src/common/dwarf/dwarf2diehandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dwarf/dwarf2diehandler.h b/src/common/dwarf/dwarf2diehandler.h
index 6834193b..bd9d6c57 100644
--- a/src/common/dwarf/dwarf2diehandler.h
+++ b/src/common/dwarf/dwarf2diehandler.h
@@ -162,7 +162,7 @@
namespace dwarf2reader {
-// An base class for handlers for specific DIE types. The series of
+// A base class for handlers for specific DIE types. The series of
// calls made on a DIE handler is as follows:
//
// - for each attribute of the DIE: