diff options
author | Tom de Vries <tdevries@suse.de> | 2024-10-06 07:59:48 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-10-06 07:59:48 +0200 |
commit | dda9cf662b00b13869b14b3d026df3cafc9e6aea (patch) | |
tree | 1ad33dfeb4cea3ca286395e391f9e322f6fde98c /gdb/testsuite/gdb.base/remote.exp | |
parent | 8f6606b6e3b568f6bbd3e2f0936eefb489e82a15 (diff) | |
download | gdb-dda9cf662b00b13869b14b3d026df3cafc9e6aea.zip gdb-dda9cf662b00b13869b14b3d026df3cafc9e6aea.tar.gz gdb-dda9cf662b00b13869b14b3d026df3cafc9e6aea.tar.bz2 |
[gdb] Fix more common misspellings
Fix the following common misspellings:
...
addres -> address, adders
behavour -> behavior, behaviour
intented -> intended, indented
ther -> there, their, the
throught -> thought, through, throughout
...
Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.base/remote.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/remote.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/remote.exp b/gdb/testsuite/gdb.base/remote.exp index 015cc56..52c4d27 100644 --- a/gdb/testsuite/gdb.base/remote.exp +++ b/gdb/testsuite/gdb.base/remote.exp @@ -167,7 +167,7 @@ set sizeof_random_data [get_sizeof "random_data" 48*1024] clean_restart $binfile # -# Part THREE: Check the upload behavour +# Part THREE: Check the upload behavior. # if {![runto_main]} { return |