diff options
Diffstat (limited to 'ld/testsuite/ld-sh/rd-sh.exp')
-rw-r--r-- | ld/testsuite/ld-sh/rd-sh.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |