diff options
author | Timothy Wall <twall@alum.mit.edu> | 2001-11-11 15:45:34 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2001-11-11 15:45:34 +0000 |
commit | 19222dc016df98d9c80c9c28f638a9a7aa9d759d (patch) | |
tree | 35e5e67d037bec384e7a50243ef981baa97f2ea8 /include | |
parent | fec91dc5a677abdad3fddf23a6eee3b3de192b98 (diff) | |
download | gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.zip gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.tar.gz gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.tar.bz2 |
Clarify length reference in comment
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 6 | ||||
-rw-r--r-- | include/dis-asm.h | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index ab0ef90..03663a4 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-11-11 Timothy Wall <twall@alum.mit.edu> + + * dis-asm.h: Fix comment to refer to octets rather than bytes. + 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com> * dis-asm.h (print_insn_mmix): Add prototype. @@ -2034,7 +2038,7 @@ Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com) Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com) - RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and + RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore. * a.out.gnu.h: Update slightly. diff --git a/include/dis-asm.h b/include/dis-asm.h index 539a73a..96f1dcf 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -171,7 +171,7 @@ typedef struct disassemble_info { /* Standard disassemblers. Disassemble one instruction at the given - target address. Return number of bytes processed. */ + target address. Return number of octets processed. */ typedef int (*disassembler_ftype) PARAMS((bfd_vma, disassemble_info *)); |