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 | 8f6606b6e3b568f6bbd3e2f0936eefb489e82a15 (patch) | |
tree | 17cbe5f6ae7a58b9ae24ab6c2727ca68477ef2b2 /gdb/testsuite/gdb.reverse | |
parent | 67eca1ccc1ad5237403dc151eb91f5e506dea0c4 (diff) | |
download | binutils-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.zip binutils-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.tar.gz binutils-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.tar.bz2 |
[gdb] Fix common misspellings
Fix the following common misspellings:
...
accidently -> accidentally
additonal -> additional
addresing -> addressing
adress -> address
agaisnt -> against
albiet -> albeit
arbitary -> arbitrary
artifical -> artificial
auxillary -> auxiliary
auxilliary -> auxiliary
bcak -> back
begining -> beginning
cannonical -> canonical
compatiblity -> compatibility
completetion -> completion
diferent -> different
emited -> emitted
emiting -> emitting
emmitted -> emitted
everytime -> every time
excercise -> exercise
existance -> existence
fucntion -> function
funtion -> function
guarentee -> guarantee
htis -> this
immediatly -> immediately
layed -> laid
noone -> no one
occurances -> occurrences
occured -> occurred
originaly -> originally
preceeded -> preceded
preceeds -> precedes
propogate -> propagate
publically -> publicly
refering -> referring
substract -> subtract
substracting -> subtracting
substraction -> subtraction
taht -> that
targetting -> targeting
teh -> the
thier -> their
thru -> through
transfered -> transferred
transfering -> transferring
upto -> up to
vincinity -> vicinity
whcih -> which
whereever -> wherever
wierd -> weird
withing -> within
writen -> written
wtih -> with
doesnt -> doesn't
...
Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.reverse')
-rw-r--r-- | gdb/testsuite/gdb.reverse/func-map-to-same-line.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.reverse/step-precsave.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.reverse/step-reverse.exp | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.reverse/func-map-to-same-line.exp b/gdb/testsuite/gdb.reverse/func-map-to-same-line.exp index 9949907..8f933eb 100644 --- a/gdb/testsuite/gdb.reverse/func-map-to-same-line.exp +++ b/gdb/testsuite/gdb.reverse/func-map-to-same-line.exp @@ -37,7 +37,7 @@ proc run_tests {} { gdb_test_no_output "record" "turn on process record" # This regression test verifies the reverse-step and reverse-next - # commands work properly when executing backwards thru a source line + # commands work properly when executing backwards through a source line # containing two function calls on the same source line, i.e. # func1 (); func2 ();. This test is compiled so the dwarf info # does not contain the line table information. @@ -100,7 +100,7 @@ proc run_tests {} { # the called function, stopping at the beginning of the last # statement in the called function (typically a return statement). # Also, as with the step command, if non-debuggable functions are - # called, reverse-step will run thru them backward without + # called, reverse-step will run through them backward without # stopping. gdb_continue_to_breakpoint \ diff --git a/gdb/testsuite/gdb.reverse/step-precsave.exp b/gdb/testsuite/gdb.reverse/step-precsave.exp index 9ae67b3..a3979b7 100644 --- a/gdb/testsuite/gdb.reverse/step-precsave.exp +++ b/gdb/testsuite/gdb.reverse/step-precsave.exp @@ -153,7 +153,7 @@ gdb_test_multiple "stepi" "$test_message" { } } -# stepi thru return of a function call +# stepi through return of a function call set test_message "stepi back from function call" gdb_test_multiple "stepi" "$test_message" { @@ -185,10 +185,10 @@ gdb_test_multiple "stepi" "$test_message" { gdb_test_no_output "set exec-dir reverse" "set reverse execution" -# stepi backward thru return and into a function +# stepi backward through return and into a function set stepi_location [gdb_get_line_number "ARRIVED IN CALLEE" "$srcfile"] -set test_message "reverse stepi thru function return" +set test_message "reverse stepi through function return" gdb_test_multiple "stepi" "$test_message" { -re "NEXTI TEST.*$gdb_prompt $" { fail "$test_message (start statement)" diff --git a/gdb/testsuite/gdb.reverse/step-reverse.exp b/gdb/testsuite/gdb.reverse/step-reverse.exp index 2db73e9..a3c3b5a 100644 --- a/gdb/testsuite/gdb.reverse/step-reverse.exp +++ b/gdb/testsuite/gdb.reverse/step-reverse.exp @@ -114,7 +114,7 @@ gdb_test_multiple "stepi" "$test_message" { } } -# stepi thru return of a function call +# stepi through return of a function call set test_message "stepi back from function call" gdb_test_multiple "stepi" "$test_message" { @@ -145,10 +145,10 @@ gdb_test_multiple "stepi" "$test_message" { # Set reverse execution direction gdb_test_no_output "set exec-dir reverse" "set reverse execution" -# stepi backward thru return and into a function +# stepi backward through return and into a function set stepi_location [gdb_get_line_number "ARRIVED IN CALLEE" "$srcfile"] -set test_message "reverse stepi thru function return" +set test_message "reverse stepi through function return" gdb_test_multiple "stepi" "$test_message" { -re "NEXTI TEST.*$gdb_prompt $" { fail "$test_message (start statement)" |