]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Clarify length reference in comment
authorTimothy Wall <twall@alum.mit.edu>
Sun, 11 Nov 2001 15:45:34 +0000 (15:45 +0000)
committerTimothy Wall <twall@alum.mit.edu>
Sun, 11 Nov 2001 15:45:34 +0000 (15:45 +0000)
include/ChangeLog
include/dis-asm.h

index ab0ef90ddb78d5d08583fc4ca45cf7304b89483b..03663a4ada0478bdd8cb608b06335dfdd9192578 100644 (file)
@@ -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\81û\81ông-Th\81åo V\81õ, and
        John Gilmore.
 
        * a.out.gnu.h:  Update slightly.
index 539a73a732189409298cd35bbbf001399285ee0a..96f1dcf61b18b2728d0ac917af0817b7c20c4c17 100644 (file)
@@ -171,7 +171,7 @@ typedef struct disassemble_info {
 
 \f
 /* 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 *));