From 32d1b2882b8fa8c8b01dd561def325474a9a00bd Mon Sep 17 00:00:00 2001 From: jimblandy Date: Sat, 23 Jan 2010 01:22:32 +0000 Subject: [PATCH] Typo: "An" -> "A". git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@496 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/dwarf/dwarf2diehandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: