gdb/doc: reword description of DisassembleInfo.read_memory

Message ID 20221024170620.2910797-1-aburgess@redhat.com
State Committed
Commit c6d20401a20148b032cb7fb9dba079466a9383cc
Headers
Series gdb/doc: reword description of DisassembleInfo.read_memory |

Commit Message

Andrew Burgess Oct. 24, 2022, 5:06 p.m. UTC
  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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Eli Zaretskii Oct. 24, 2022, 5:11 p.m. UTC | #1
> Date: Mon, 24 Oct 2022 18:06:20 +0100
> From: Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org>
> 
> While reading the documentation of DisassembleInfo.read_memory I
> spotted the word 'available' in one sentence where it didn't make
> sense.

Thanks, that's an "obvious fix".
  

Patch

diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index f73b9a43a86..e7adeacffd1 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -6812,7 +6812,7 @@ 
 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