summaryrefslogtreecommitdiff
path: root/test/lib/llvm.exp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-04-16 21:19:45 +0000
committerDuncan Sands <baldrick@free.fr>2007-04-16 21:19:45 +0000
commit3724df3132417794105b0d523568b88e320f1e59 (patch)
treef11c738d7880ec65bdcba0439b9a6b79cfd288b8 /test/lib/llvm.exp
parentc27b4eff5cffafa4a0c26bbb9cab54a6fd9e5e69 (diff)
downloadllvm-3724df3132417794105b0d523568b88e320f1e59.tar.gz
llvm-3724df3132417794105b0d523568b88e320f1e59.tar.bz2
llvm-3724df3132417794105b0d523568b88e320f1e59.tar.xz
Spelling fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib/llvm.exp')
-rw-r--r--test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index 67e6d07c70..57e26e7f42 100644
--- a/test/lib/llvm.exp
+++ b/test/lib/llvm.exp
@@ -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 "