diff options
author | Duncan Sands <baldrick@free.fr> | 2007-04-16 21:19:45 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-04-16 21:19:45 +0000 |
commit | 2e1ec4dee380c8e848f64c938a8dfb313fa003c3 (patch) | |
tree | 0e535c33c24e7b8b138a10579b3fa2d1b4a2188f /llvm/test/lib | |
parent | 18d480279872338306a4b974bb6e15ea5f844c13 (diff) | |
download | bcm5719-llvm-2e1ec4dee380c8e848f64c938a8dfb313fa003c3.tar.gz bcm5719-llvm-2e1ec4dee380c8e848f64c938a8dfb313fa003c3.zip |
Spelling fix.
llvm-svn: 36165
Diffstat (limited to 'llvm/test/lib')
-rw-r--r-- | llvm/test/lib/llvm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp index 67e6d07c702..57e26e7f42e 100644 --- a/llvm/test/lib/llvm.exp +++ b/llvm/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 " |