* ChangeLog-9197: Fix comment typos.

* coffgrok.c: Likewise.
	* filemode.c: Likewise.
	* objcopy.c: Likewise.
	* objdump.c: Likewise.
	* prdbg.c: Likewise.
	* stabs.c: Likewise.
	* unwind-ia64.c: Likewise.
This commit is contained in:
Kazu Hirata 2003-12-06 00:06:12 +00:00
parent e1f1f9b8c3
commit aaad4cf36a
8 changed files with 9 additions and 9 deletions

View file

@ -41,7 +41,7 @@
4. dump_bfd() in turn calls separate functions to display the requested
item(s) of information(s). For example disassemble_data() is called if
a disassmebly has been requested.
a disassembly has been requested.
When disassembling the code loops through blocks of instructions bounded
by symbols, calling disassemble_bytes() on each block. The actual