From 7d3480deef4f9d00215d0326c531ce58cd56478c Mon Sep 17 00:00:00 2001 From: Tim Wall Date: Sun, 11 Nov 2001 15:45:34 +0000 Subject: Clarify length reference in comment --- include/ChangeLog | 6 +++++- include/dis-asm.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index ab0ef90dd..03663a4ad 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-11-11 Timothy Wall + + * dis-asm.h: Fix comment to refer to octets rather than bytes. + 2001-10-30 Hans-Peter Nilsson * 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 539a73a73..96f1dcf61 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 *)); -- cgit v1.2.3