From 3724df3132417794105b0d523568b88e320f1e59 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 16 Apr 2007 21:19:45 +0000 Subject: [PATCH] Spelling fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36165 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lib/llvm.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 67e6d07c702..57e26e7f42e 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 "