gdb/doc: reword description of DisassembleInfo.read_memory
While reading the documentation of DisassembleInfo.read_memory I spotted the word 'available' in one sentence where it didn't make sense.
This commit is contained in:
parent
1be79b1ebf
commit
c6d20401a2
1 changed files with 1 additions and 1 deletions
|
@ -6812,7 +6812,7 @@ bytes it has available, in this case @code{builtin_disassemble} will
|
|||
not itself raise a @code{MemoryError}.
|
||||
|
||||
Any other exception type raised in @code{read_memory} will propagate
|
||||
back and be available re-raised by @code{builtin_disassemble}.
|
||||
back and be re-raised by @code{builtin_disassemble}.
|
||||
@end defun
|
||||
@end deftp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue