diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:48 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:08:43 +1030 |
commit | d14a6a9e17f28437a231e17734bfdaf557de0a13 (patch) | |
tree | b696ff10c2606828c3706a80c0b10c8848702c24 /ld | |
parent | c29ae970e781780026c45ec7ffeed68ac87524d6 (diff) | |
download | gdb-d14a6a9e17f28437a231e17734bfdaf557de0a13.zip gdb-d14a6a9e17f28437a231e17734bfdaf557de0a13.tar.gz gdb-d14a6a9e17f28437a231e17734bfdaf557de0a13.tar.bz2 |
Fix spelling in comments in Expect scripts (ld)
* testsuite/ld-sh/arch/arch.exp: Fix spelling in comments.
* testsuite/ld-sh/rd-sh.exp: Fix spelling in comments.
* testsuite/ld-sh/sh64/rd-sh64.exp: Fix spelling in comments.
* testsuite/ld-undefined/undefined.exp: Fix spelling in comments.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/arch/arch.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/rd-sh.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/rd-sh64.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c138dff..ae660fa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,12 @@ 2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> + * testsuite/ld-sh/arch/arch.exp: Fix spelling in comments. + * testsuite/ld-sh/rd-sh.exp: Fix spelling in comments. + * testsuite/ld-sh/sh64/rd-sh64.exp: Fix spelling in comments. + * testsuite/ld-undefined/undefined.exp: Fix spelling in comments. + +2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> + * testsuite/ld-arm/stm32l4xx-fix-all.s: Fix spelling in comments. * testsuite/ld-arm/thumb2-b-interwork.s: Fix spelling in comments. * testsuite/ld-arm/thumb2-bl.s: Fix spelling in comments. diff --git a/ld/testsuite/ld-sh/arch/arch.exp b/ld/testsuite/ld-sh/arch/arch.exp index cd80beb..7065ef6 100644 --- a/ld/testsuite/ld-sh/arch/arch.exp +++ b/ld/testsuite/ld-sh/arch/arch.exp @@ -110,7 +110,7 @@ proc test_arch { file1 file2 arch resultfile } { # This procedure tests that a pair of files that are not -# suposed to link does, in fact, not link. +# supposed to link does, in fact, not link. # It also writes an entry to the arch_results.txt file. proc test_arch_error { file1 file2 resultfile} { diff --git a/ld/testsuite/ld-sh/rd-sh.exp b/ld/testsuite/ld-sh/rd-sh.exp index 62ffe18..0ab9f43 100644 --- a/ld/testsuite/ld-sh/rd-sh.exp +++ b/ld/testsuite/ld-sh/rd-sh.exp @@ -58,7 +58,7 @@ foreach shtest $rd_test_list { } if [string match $srcdir/$subdir/*-dso.d $shtest] { # Copy the output of the DSO-createing test to .so file. - # Notice that a DSO-creating test must preceed the tests + # Notice that a DSO-creating test must precede the tests # which need that DSO in sort-order by name. set cmd "cp tmpdir/dump tmpdir/[file rootname [file tail $shtest]].so" send_log "$cmd\n" diff --git a/ld/testsuite/ld-sh/sh64/rd-sh64.exp b/ld/testsuite/ld-sh/sh64/rd-sh64.exp index fe76df1..099f0cf 100644 --- a/ld/testsuite/ld-sh/sh64/rd-sh64.exp +++ b/ld/testsuite/ld-sh/sh64/rd-sh64.exp @@ -32,7 +32,7 @@ foreach sh64test $rd_test_list { run_dump_test [file rootname $sh64test] if [string match $srcdir/$subdir/*-dso.d $sh64test] { # Copy the output of the DSO-createing test to .so file. - # Notice that a DSO-creating test must preceed the tests + # Notice that a DSO-creating test must precede the tests # which need that DSO in sort-order by name. set cmd "cp tmpdir/dump \ tmpdir/[file rootname [file tail $sh64test]].so" diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 8319ee0..af17f1e 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -109,7 +109,7 @@ set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'" # debug sections have not yet been resolved, so the low/high addresses and the # line number address are all set at zero. Thus when _bfd_elf_find_nearest_line() # calls _bfd_dwarf2_find_nearest_line() no comp_unit can be found which -# actually covers the address where the reference occured, and so +# actually covers the address where the reference occurred, and so # _bfd_elf_find_nearest_line() fails. # # The upshot of all of this, is that the error message reported by the |