mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Spelling fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c27b4eff5c
commit
3724df3132
@ -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 "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user