[4/5,gdb/contrib] Add SME to codespell-ignore-words.txt

Message ID 20250321144251.23618-5-tdevries@suse.de
State Committed
Headers
Series Add codespell hook |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Test passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Test passed

Commit Message

Tom de Vries March 21, 2025, 2:42 p.m. UTC
  Ignore the following codespell detection:
...
$ codespell --config gdbserver/setup.cfg gdbserver
gdbserver/linux-aarch64-low.cc:827: SME ==> SAME, SEME, SOME, SMS
...
by adding SME to codespell-ignore-words.txt.
---
 gdb/contrib/codespell-ignore-words.txt | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Tom Tromey March 21, 2025, 4:11 p.m. UTC | #1
>>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:

Tom> @@ -1,3 +1,4 @@
Tom>  configury
Tom>  invokable
Tom>  useable
Tom> +SME

It's a separate issue but both "invokable" and "useable" are in that
file but are non-words, the correct spellings are "invocable" and
"usable".

Tom
  
Tom de Vries March 27, 2025, 1:26 p.m. UTC | #2
On 3/21/25 17:11, Tom Tromey wrote:
>>>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:
> 
> Tom> @@ -1,3 +1,4 @@
> Tom>  configury
> Tom>  invokable
> Tom>  useable
> Tom> +SME
> 
> It's a separate issue but both "invokable" and "useable" are in that
> file but are non-words, the correct spellings are "invocable" and
> "usable".

Hi Tom,

thanks for the review.

I've submitted a fix for this ( 
https://sourceware.org/pipermail/gdb-patches/2025-March/216712.html ).

Thanks,
- Tom
  

Patch

diff --git a/gdb/contrib/codespell-ignore-words.txt b/gdb/contrib/codespell-ignore-words.txt
index a8287f71286..2b9d878c853 100644
--- a/gdb/contrib/codespell-ignore-words.txt
+++ b/gdb/contrib/codespell-ignore-words.txt
@@ -1,3 +1,4 @@ 
 configury
 invokable
 useable
+SME