From: Nick Clifton Date: Thu, 11 Feb 1999 12:03:56 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60f29ff7486da8fd54b8cb4b9ea87b4146495785;p=gcc.git Fix typo From-SVN: r25153 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 05cda766b73..350e08c7ae6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-02-11 Nick Clifton + + * 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 bd8c4f64f2b..586e5c8cffd 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 }