Clarify length reference in comment

This commit is contained in:
Tim Wall
2001-11-11 15:45:34 +00:00
parent fcc8ea58ce
commit 7d3480deef
2 changed files with 6 additions and 2 deletions

View File

@ -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 *));