diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 00:06:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 00:06:12 +0000 |
commit | aaad4cf36a0947e445e5b9aef431430b8630e4ee (patch) | |
tree | 1434b805c7e0b784cd0f6d9c3b00109f685507bf /binutils/objdump.c | |
parent | e1f1f9b8c39f91e902c173c3bcca87aa569ef129 (diff) | |
download | gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.zip gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.gz gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 7f1e2ea..f29ea71 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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 |