Commit 60f29ff7 by Nick Clifton Committed by Nick Clifton

Fix typo

From-SVN: r25153
parent 0603a39d
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment