Spelling fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-04-16 21:19:45 +00:00
parent c27b4eff5c
commit 3724df3132

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 "