Fix typo
From-SVN: r25153
This commit is contained in:
parent
0603a39d29
commit
60f29ff748
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user