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 |
||
|---|---|---|
| .. | ||
| tui-command.c | ||
| tui-command.h | ||
| tui-data.c | ||
| tui-data.h | ||
| tui-disasm.c | ||
| tui-disasm.h | ||
| tui-file.c | ||
| tui-file.h | ||
| tui-hooks.c | ||
| tui-hooks.h | ||
| tui-interp.c | ||
| tui-io.c | ||
| tui-io.h | ||
| tui-layout.c | ||
| tui-layout.h | ||
| tui-location.c | ||
| tui-location.h | ||
| tui-regs.c | ||
| tui-regs.h | ||
| tui-source.c | ||
| tui-source.h | ||
| tui-status.c | ||
| tui-status.h | ||
| tui-win.c | ||
| tui-win.h | ||
| tui-wingeneral.c | ||
| tui-wingeneral.h | ||
| tui-winsource.c | ||
| tui-winsource.h | ||
| tui.c | ||
| tui.h | ||