diff options
author | Tim Wall <twall@redhat.com> | 2001-11-11 15:45:34 +0000 |
---|---|---|
committer | Tim Wall <twall@redhat.com> | 2001-11-11 15:45:34 +0000 |
commit | 7d3480deef4f9d00215d0326c531ce58cd56478c (patch) | |
tree | 5a3cd17b402f4a193a5a013732453db3f3390ad4 /include/dis-asm.h | |
parent | fcc8ea58ce820b3cdf939248f3590c9788595693 (diff) | |
download | newlib-7d3480deef4f9d00215d0326c531ce58cd56478c.zip newlib-7d3480deef4f9d00215d0326c531ce58cd56478c.tar.gz newlib-7d3480deef4f9d00215d0326c531ce58cd56478c.tar.bz2 |
Clarify length reference in comment
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r-- | include/dis-asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *)); |