diff options
author | Duncan Sands <baldrick@free.fr> | 2007-05-18 12:13:34 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-05-18 12:13:34 +0000 |
commit | 76256a069c671c2ccdfd80bb0eed11800f30fe6a (patch) | |
tree | cff03c7962526ffa6f5b8b79a5a664c134135388 /llvm/test/lib | |
parent | ea7a3264685a394ed45bd55e370681ba03d83421 (diff) | |
download | bcm5719-llvm-76256a069c671c2ccdfd80bb0eed11800f30fe6a.tar.gz bcm5719-llvm-76256a069c671c2ccdfd80bb0eed11800f30fe6a.zip |
Fix typo.
llvm-svn: 37224
Diffstat (limited to 'llvm/test/lib')
-rw-r--r-- | llvm/test/lib/llvm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp index 4fc9c4aa5e1..a64692d2318 100644 --- a/llvm/test/lib/llvm.exp +++ b/llvm/test/lib/llvm.exp @@ -39,7 +39,7 @@ proc execOneLine { test PRS outcome lineno line } { 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 |