diff options
author | Tom de Vries <tdevries@suse.de> | 2024-11-13 21:06:58 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-11-13 21:06:58 +0100 |
commit | 0d1f7e2765040975e4e2de9502b5d5e2f2547095 (patch) | |
tree | 40c1e8dc4c75838c153512ee8997802c1bb190ed /gdb/linux-tdep.c | |
parent | e2fa415cfd38017bbe8078a1f83d616cff36e960 (diff) | |
download | binutils-0d1f7e2765040975e4e2de9502b5d5e2f2547095.zip binutils-0d1f7e2765040975e4e2de9502b5d5e2f2547095.tar.gz binutils-0d1f7e2765040975e4e2de9502b5d5e2f2547095.tar.bz2 |
[gdb/contrib] Handle parentheses in spellcheck.sh
Currently, text adjacent to parentheses is not spell-checked:
...
$ cat tmp.txt
(upto)
$ ./gdb/contrib/spellcheck.sh tmp.txt
$
...
Add handling of parentheses, such that we get:
...
$ ./gdb/contrib/spellcheck.sh tmp.txt
upto -> up to
$
...
Rerun spellcheck.sh, resulting in a few "thru->through" replacements.
Tested on x86_64-linux.
Approved-by: Kevin Buettner <kevinb@redhat.com>
Diffstat (limited to 'gdb/linux-tdep.c')
0 files changed, 0 insertions, 0 deletions