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 /include/dis-asm.h
parentfcc8ea58ce820b3cdf939248f3590c9788595693 (diff)
Clarify length reference in comment
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h2
1 files changed, 1 insertions, 1 deletions
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 *));