From: Tom Tromey Date: Sun, 10 Dec 2023 22:26:46 +0000 (-0700) Subject: Fix "not not" in Python documentation X-Git-Tag: binutils-2_42~643 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01312843c83eae8f995e6034c14009cb5c56d8eb;p=thirdparty%2Fbinutils-gdb.git Fix "not not" in Python documentation I noticed a "not not" in the Python documentation where just "not" was meant. This patch fixes the error. --- diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index b65991bbad0..3a35c5c2ccc 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -2846,7 +2846,7 @@ frame registers when @value{GDBN} core asks for them. An unwinder should do as little work as possible. Some otherwise innocuous operations can cause problems (even crashes, as this code is -not not well-hardened yet). For example, making an inferior call from +not well-hardened yet). For example, making an inferior call from an unwinder is unadvisable, as an inferior call will reset @value{GDBN}'s stack unwinding process, potentially causing re-entrant unwinding.