diff options
author | Timothy Wall <twall@alum.mit.edu> | 2001-11-11 15:45:34 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2001-11-11 15:45:34 +0000 |
commit | 19222dc016df98d9c80c9c28f638a9a7aa9d759d (patch) | |
tree | 35e5e67d037bec384e7a50243ef981baa97f2ea8 /include/dis-asm.h | |
parent | fec91dc5a677abdad3fddf23a6eee3b3de192b98 (diff) | |
download | gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.zip gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.tar.gz gdb-19222dc016df98d9c80c9c28f638a9a7aa9d759d.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 *)); |