From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1726) id 8B0FC3857B9A; Mon, 24 Oct 2022 17:46:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B0FC3857B9A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666633569; bh=qxBjLkzqdA1DuikrNSRWXUCT+15QmehnmOA0THmtNXs=; h=From:To:Subject:Date:From; b=hCeCRXNof/DOJCyew9Jj2clDYpIkrDaV6jDXNnS5K9HxhexTq8qlUPg0te0sRdvKz 6EldP1Wj0kJ3+i2aGZfQGlSun8fJ2xek8gOsFAHQjevCKO4avW5+oet7+3I/nkCrkD fpmR2e/BIPQL7jTasU4ym+IUSNJZWK93BfkB2N0A= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Andrew Burgess To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/doc: reword description of DisassembleInfo.read_memory X-Act-Checkin: binutils-gdb X-Git-Author: Andrew Burgess X-Git-Refname: refs/heads/master X-Git-Oldrev: 1be79b1ebfad75626bf86eee35839e0afd081fdd X-Git-Newrev: c6d20401a20148b032cb7fb9dba079466a9383cc Message-Id: <20221024174609.8B0FC3857B9A@sourceware.org> Date: Mon, 24 Oct 2022 17:46:09 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dc6d20401a201= 48b032cb7fb9dba079466a9383cc commit c6d20401a20148b032cb7fb9dba079466a9383cc Author: Andrew Burgess Date: Mon Oct 24 18:04:42 2022 +0100 gdb/doc: reword description of DisassembleInfo.read_memory =20 While reading the documentation of DisassembleInfo.read_memory I spotted the word 'available' in one sentence where it didn't make sense. Diff: --- 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 @@ bytes it has available, in this case @code{builtin_di= sassemble} will not itself raise a @code{MemoryError}. =20 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