aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-05-20 11:05:54 +0200
committerTom de Vries <tdevries@suse.de>2025-05-20 11:05:54 +0200
commitd8f05f2022b629a3dcd821e1d190750d4f103b9a (patch)
tree3db4fc7a858205fb5c3056039ece2f0635d40076 /gdb
parent1909aebeb5c41058ee9a34102bc82b4ab0dddeb5 (diff)
downloadbinutils-d8f05f2022b629a3dcd821e1d190750d4f103b9a.zip
binutils-d8f05f2022b629a3dcd821e1d190750d4f103b9a.tar.gz
binutils-d8f05f2022b629a3dcd821e1d190750d4f103b9a.tar.bz2
[gdb/testsuite] Make gdb.xml codespell-clean
Make gdb.xml codespell-clean and add the dir to the pre-commit configuration. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.xml/bad-include.xml2
-rw-r--r--gdb/testsuite/gdb.xml/tdesc-xinclude.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.xml/bad-include.xml b/gdb/testsuite/gdb.xml/bad-include.xml
index f7a2b72..cd9cce3 100644
--- a/gdb/testsuite/gdb.xml/bad-include.xml
+++ b/gdb/testsuite/gdb.xml/bad-include.xml
@@ -1 +1 @@
-<xi:include href="nonexistant.xml"/>
+<xi:include href="nonexistent.xml"/>
diff --git a/gdb/testsuite/gdb.xml/tdesc-xinclude.exp b/gdb/testsuite/gdb.xml/tdesc-xinclude.exp
index 885d217..b934c80 100644
--- a/gdb/testsuite/gdb.xml/tdesc-xinclude.exp
+++ b/gdb/testsuite/gdb.xml/tdesc-xinclude.exp
@@ -43,7 +43,7 @@ set_arch "includes.xml" \
# This file contains a missing include. We should warn the user about
# it.
set_arch "bad-include.xml" \
- "warning:.*Could not load XML document \"nonexistant.xml\"$common_warn"
+ "warning:.*Could not load XML document \"nonexistent.xml\"$common_warn"
# Make sure we detect infinite loops, eventually.
set_arch "loop.xml" \