From-SVN: r25153
This commit is contained in:
Nick Clifton 1999-02-11 12:03:56 +00:00 committed by Nick Clifton
parent 0603a39d29
commit 60f29ff748
2 changed files with 5 additions and 1 deletions

View 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.

View 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
}