Checked in under the 'obvious fix rule'

2006-05-19  Fred Fish  <fnf@specifix.com>
	* Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
	* dwarfread.c: Fix spelling of 'unexpected'.
	* mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
	* stack.c: Fix spelling of 'RETURN_VALUE'.
This commit is contained in:
Fred Fish
2006-05-19 20:42:47 +00:00
parent 4d345610f7
commit a1f5b8454c
5 changed files with 13 additions and 6 deletions

View File

@@ -7346,7 +7346,7 @@ read_type_die (struct die_info *die, struct dwarf2_cu *cu)
read_base_type (die, cu);
break;
default:
complaint (&symfile_complaints, _("unexepected tag in read_type_die: '%s'"),
complaint (&symfile_complaints, _("unexpected tag in read_type_die: '%s'"),
dwarf_tag_name (die->tag));
break;
}