gdb/doc: reword description of DisassembleInfo.read_memory
authorAndrew Burgess <aburgess@redhat.com>
Mon, 24 Oct 2022 17:04:42 +0000 (18:04 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 24 Oct 2022 17:04:42 +0000 (18:04 +0100)
While reading the documentation of DisassembleInfo.read_memory I
spotted the word 'available' in one sentence where it didn't make
sense.

gdb/doc/python.texi

index f73b9a43a868df0a314d2056f9df1bca4ed08a82..e7adeacffd188ad4d96fb5651f780346df1b629c 100644 (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