diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-27 17:53:52 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-27 17:53:52 +0100 |
commit | a7a38dba7f4fbd9e9c8dd4e739d42ef8a36fb49a (patch) | |
tree | 7a7cc60bb48f4c8615986873e82bdd791760e5d2 /gdb | |
parent | 08ed5584d871a1d3fee92917805bda86ce45fac9 (diff) | |
download | binutils-a7a38dba7f4fbd9e9c8dd4e739d42ef8a36fb49a.zip binutils-a7a38dba7f4fbd9e9c8dd4e739d42ef8a36fb49a.tar.gz binutils-a7a38dba7f4fbd9e9c8dd4e739d42ef8a36fb49a.tar.bz2 |
[gdb/contrib] Drop two words from codespell-ignore-words.txt
Tom Tromey mentioned [1] that the words "invokable" and "useable"
present in codespell-ignore-words.txt should be dropped.
Do so and fix the following typos:
...
$ codespell --config gdbsupport/setup.cfg gdbsupport
gdbsupport/common-debug.h:218: invokable ==> invocable
gdbsupport/event-loop.cc:84: useable ==> usable
...
Approved-By: Tom Tromey <tom@tromey.com>
[1] https://sourceware.org/pipermail/gdb-patches/2025-March/216584.html
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/contrib/codespell-ignore-words.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/contrib/codespell-ignore-words.txt b/gdb/contrib/codespell-ignore-words.txt index 2b9d878..2d6e13a 100644 --- a/gdb/contrib/codespell-ignore-words.txt +++ b/gdb/contrib/codespell-ignore-words.txt @@ -1,4 +1,2 @@ configury -invokable -useable SME |