Spelling fix.
authorDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2007 21:19:45 +0000 (21:19 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2007 21:19:45 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36165 91177308-0d34-0410-b5e6-96231b3b80d8

test/lib/llvm.exp

index 67e6d07c702463c2037d3357b33b920131617933..57e26e7f42e48ba7779ac887fb6ad9f1ffb58354 100644 (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 "