public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb/doc: reword description of DisassembleInfo.read_memory
@ 2022-10-24 17:06 Andrew Burgess
  2022-10-24 17:11 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Burgess @ 2022-10-24 17:06 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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(-)

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gdb/doc: reword description of DisassembleInfo.read_memory
  2022-10-24 17:06 [PATCH] gdb/doc: reword description of DisassembleInfo.read_memory Andrew Burgess
@ 2022-10-24 17:11 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-10-24 17:11 UTC (permalink / raw)
  To: Andrew Burgess; +Cc: gdb-patches

> 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".

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-24 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 17:06 [PATCH] gdb/doc: reword description of DisassembleInfo.read_memory Andrew Burgess
2022-10-24 17:11 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).