binutils-gdb/gdb/stubs
Tom de Vries ca3dd1c6af [gdb] More codespell fixes
I did this in gdb/pyproject.toml:
...
+regex = "[a-zA-Z0-9\\-']+"
...
allowing us to detect things like 'gcs_availabe':
...
$ echo gcs_availabe | codespell --regex="[a-zA-Z0-9\-']+" -
1: gcs_availabe
	availabe ==> available
...
and ran:
...
$ codespell --toml gdb/pyproject.toml gdb*
...
and manually fixed fallout.

This fixes the following typos:
...
  typdef -> typedef
  bloc -> block
  reenables -> re-enables
  overlayed -> overlaid
  advertized -> advertised
  stript -> script
  reenable -> re-enable
  interruptable -> interruptible
  restire -> restore
  sufix -> suffix
  regisers -> registers
  constrait -> constraint
  attriute -> attribute
  followin -> following
  immedate -> immediate
  constrol -> control
  sting -> string
  vesion -> version
  operatons -> operations
  inheritence -> inheritance
  decsription -> description
  hilighted -> highlighted
  enque -> enqueue
  ouputs -> outputs
...

The "vesion -> version" fix in gdb.dwarf2/dw2-entry-pc.exp allowed a bit of
cleanup.

Tested on x86_64-linux and aarch64-linux.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34241
2026-07-13 15:23:12 +02:00
..
buildvms.com Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
i386-stub.c [pre-commit] Make gdb/stubs codespell-clean 2026-06-01 14:33:48 +02:00
ia64vms-stub.c [pre-commit] Make gdb/stubs codespell-clean 2026-06-01 14:33:48 +02:00
m32r-stub.c [pre-commit] Make gdb/stubs codespell-clean 2026-06-01 14:33:48 +02:00
m68k-stub.c [gdb] More codespell fixes 2026-07-13 15:23:12 +02:00
sh-stub.c [gdb] Convert anonymous struct typedefs 2026-07-13 15:06:35 +02:00
sparc-stub.c [pre-commit] Make gdb/stubs codespell-clean 2026-06-01 14:33:48 +02:00
z80-stub.c [gdb] Use using instead of typedef 2026-06-11 08:54:34 +02:00