mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
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 |
||
|---|---|---|
| .. | ||
| buildvms.com | ||
| i386-stub.c | ||
| ia64vms-stub.c | ||
| m32r-stub.c | ||
| m68k-stub.c | ||
| sh-stub.c | ||
| sparc-stub.c | ||
| z80-stub.c | ||