aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-12-10 15:26:46 -0700
committerTom Tromey <tom@tromey.com>2023-12-10 15:26:46 -0700
commit01312843c83eae8f995e6034c14009cb5c56d8eb (patch)
tree1a5611e38c9770b0a25815b82d5fea43cfa8160b /gdb/doc
parent15c350f19246c3c133c7230246611ffc3e4c63f3 (diff)
downloadbinutils-01312843c83eae8f995e6034c14009cb5c56d8eb.zip
binutils-01312843c83eae8f995e6034c14009cb5c56d8eb.tar.gz
binutils-01312843c83eae8f995e6034c14009cb5c56d8eb.tar.bz2
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/python.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index b65991b..3a35c5c 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.