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/testsuite/ld-sh/arch/arch.exp | |
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/testsuite/ld-sh/arch/arch.exp')
-rw-r--r-- | ld/testsuite/ld-sh/arch/arch.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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} { |