Fix typo
authorNick Clifton <nickc@cygnus.com>
Thu, 11 Feb 1999 12:03:56 +0000 (12:03 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 11 Feb 1999 12:03:56 +0000 (12:03 +0000)
From-SVN: r25153

gcc/testsuite/ChangeLog
gcc/testsuite/lib/chill.exp

index 05cda766b7399d5d7c89be651e9cd840580c13be..350e08c7ae6af6182688ad2583ad505b4b49f347 100644 (file)
@@ -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.
index bd8c4f64f2b5e9ec42307c4175a47b273e504e58..586e5c8cffdc5f32a238caa4f90c22353e16dc37 100644 (file)
@@ -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
     }