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:
Andrew Burgess 2022-10-24 18:04:42 +01:00
parent 1be79b1ebf
commit c6d20401a2

View file

@ -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