Spelling fix.

llvm-svn: 36165
This commit is contained in:
Duncan Sands 2007-04-16 21:19:45 +00:00
parent 18d4802798
commit 2e1ec4dee3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ proc RunLLVMTests { test_source_files } {
if {[regexp {END.[ *]$} $line match endofscript]} {
break
# if the line is continued, concatente and continue the loop
# if the line is continued, concatenate and continue the loop
} elseif {[regexp {RUN: *(.+)(\\)$} $line match oneline suffix]} {
set runline "$runline$oneline "