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

Duncan Sands baldrick at free.fr
Fri May 18 05:13:54 PDT 2007



Changes in directory llvm/test/lib:

llvm.exp updated: 1.23 -> 1.24
---
Log message:

Fix typo.


---
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.23 llvm/test/lib/llvm.exp:1.24
--- llvm/test/lib/llvm.exp:1.23	Mon Apr 23 16:21:53 2007
+++ llvm/test/lib/llvm.exp	Fri May 18 07:13:34 2007
@@ -39,7 +39,7 @@
   return $resultmsg
 }
 
-# This prcoedure performs variable substitutions on the RUN: lines of a test
+# This procedure performs variable substitutions on the RUN: lines of a test
 # cases.
 proc substitute { line test tmpFile } {
   global srcroot objroot srcdir objdir subdir target_triplet prcontext 






More information about the llvm-commits mailing list