Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Wall <twall@redhat.com>2001-11-11 18:45:34 +0300
committerTim Wall <twall@redhat.com>2001-11-11 18:45:34 +0300
commit7d3480deef4f9d00215d0326c531ce58cd56478c (patch)
tree5a3cd17b402f4a193a5a013732453db3f3390ad4
parentfcc8ea58ce820b3cdf939248f3590c9788595693 (diff)
Clarify length reference in comment
-rw-r--r--include/ChangeLog6
-rw-r--r--include/dis-asm.h2
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 <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 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 *));