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.dwarf2 | |
parent | 67eca1ccc1ad5237403dc151eb91f5e506dea0c4 (diff) | |
download | gdb-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.zip gdb-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.tar.gz gdb-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.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/fission-reread.S | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/multidictionary.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/pr13961.S | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp b/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp index 1a3d53c..2be211f 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp @@ -40,7 +40,7 @@ Dwarf::assemble $asm_file { [function_range frame3 [list ${srcdir}/${subdir}/$srcfile]] # Very simple info for this test program. We don't care about - # this information being correct (w.r.t. funtion / argument types) + # this information being correct (w.r.t. function / argument types) # just so long as the compilation using makes use of the # .debug_ranges data then the test achieves its objective. cu { label cu_label } { diff --git a/gdb/testsuite/gdb.dwarf2/fission-reread.S b/gdb/testsuite/gdb.dwarf2/fission-reread.S index 1763fab..279f6f3 100644 --- a/gdb/testsuite/gdb.dwarf2/fission-reread.S +++ b/gdb/testsuite/gdb.dwarf2/fission-reread.S @@ -97,7 +97,7 @@ SYMBOL(main): .byte 0x87 .4byte .Lskeleton_debug_line0 /* DW_AT_stmt_list */ - /* Manually inserted to have a DW_AT_specification refering to + /* Manually inserted to have a DW_AT_specification referring to something and appearing ahead of it. */ .uleb128 0x8 /* DW_TAG_class_type */ .4byte .Ltu_class_type - .Ltu_start_dwo diff --git a/gdb/testsuite/gdb.dwarf2/multidictionary.exp b/gdb/testsuite/gdb.dwarf2/multidictionary.exp index 36c0bb4..4c7dc0e 100644 --- a/gdb/testsuite/gdb.dwarf2/multidictionary.exp +++ b/gdb/testsuite/gdb.dwarf2/multidictionary.exp @@ -23,7 +23,7 @@ require dwarf2_support standard_testfile main.c .S # Create the DWARF. This is derived from the reproducer in the bug -# mentioned above. This DIE tree is typical of compilations wtih +# mentioned above. This DIE tree is typical of compilations with # LTO enabled. set asm_file [standard_output_file $srcfile2] diff --git a/gdb/testsuite/gdb.dwarf2/pr13961.S b/gdb/testsuite/gdb.dwarf2/pr13961.S index 856d211..2423ee9 100644 --- a/gdb/testsuite/gdb.dwarf2/pr13961.S +++ b/gdb/testsuite/gdb.dwarf2/pr13961.S @@ -101,7 +101,7 @@ SYMBOL(main): .byte 0x87 .4byte .Ldebug_line0 /* DW_AT_stmt_list */ - /* Manually inserted to have a DW_AT_specification refering to + /* Manually inserted to have a DW_AT_specification referring to something and appearing ahead of it. */ .uleb128 0x8 /* DW_TAG_class_type */ .4byte .Ltu_class_type - .Ldebug_types0 @@ -185,7 +185,7 @@ SYMBOL(main): .byte 0x3 /* DW_OP_addr */ .4byte baz - /* Manually inserted to have a DW_AT_specification refering to + /* Manually inserted to have a DW_AT_specification referring to something and appearing ahead of it. */ .uleb128 0x8 /* DW_TAG_class_type */ .4byte .Lcu_class_type - .Ldebug_info0 /* DW_AT_specification */ |