[llvm-commits] CVS: llvm/test/lib/llvm.exp

Duncan Sands baldrick at free.fr
Mon Apr 16 14:20:07 PDT 2007



Changes in directory llvm/test/lib:

llvm.exp updated: 1.14 -> 1.15
---
Log message:

Spelling fix.


---
Diffs of the changes:  (+1 -1)

 llvm.exp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/lib/llvm.exp
diff -u llvm/test/lib/llvm.exp:1.14 llvm/test/lib/llvm.exp:1.15
--- llvm/test/lib/llvm.exp:1.14	Mon Apr 16 10:37:00 2007
+++ llvm/test/lib/llvm.exp	Mon Apr 16 16:19:45 2007
@@ -112,7 +112,7 @@
       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 "
 






More information about the llvm-commits mailing list