diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-02-11 12:03:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-02-11 12:03:56 +0000 |
commit | 60f29ff7486da8fd54b8cb4b9ea87b4146495785 (patch) | |
tree | 58a7b663a6f26fdcdb795ce8476f4bc7bbf4773f | |
parent | 0603a39d29a6d2edde51c9587802fb284690d781 (diff) | |
download | gcc-60f29ff7486da8fd54b8cb4b9ea87b4146495785.zip gcc-60f29ff7486da8fd54b8cb4b9ea87b4146495785.tar.gz gcc-60f29ff7486da8fd54b8cb4b9ea87b4146495785.tar.bz2 |
Fix typo
From-SVN: r25153
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/lib/chill.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 05cda76..350e08c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-02-11 Nick Clifton <nickc@cygnus.com> + + * lib/chill.exp: Fix typo: doesn'timeout -> doesn't + Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com) * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell. diff --git a/gcc/testsuite/lib/chill.exp b/gcc/testsuite/lib/chill.exp index bd8c4f6..586e5c8 100644 --- a/gcc/testsuite/lib/chill.exp +++ b/gcc/testsuite/lib/chill.exp @@ -159,7 +159,7 @@ proc chill_link { target } { # verify that the object exists if ![file exists $target.o] then { set errno 1 - set result "file $target.o doesn'timeout exist" + set result "file $target.o doesn't exist" return } |