aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-03-21 23:01:34 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-03-21 23:01:34 +0000
commit1cd3c8080eaac5679934f7ab6cb94e674e724e50 (patch)
tree3f915e73d9f9396ad059d0cf25d7877fd71f3336 /utils
parenta733c04608cc94592a15d27583529588e19db552 (diff)
downloadlldb-1cd3c8080eaac5679934f7ab6cb94e674e724e50.tar.gz
Fix a typo in the message string.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/test/llvm-mc-shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/llvm-mc-shell.py b/utils/test/llvm-mc-shell.py
index 0df0745d0..38c12992b 100755
--- a/utils/test/llvm-mc-shell.py
+++ b/utils/test/llvm-mc-shell.py
@@ -29,7 +29,7 @@ def which(program):
def llvm_mc_loop(mc, mc_options):
contents = []
fname = 'mc-input.txt'
- sys.stdout.write("Enter your input to llvm-mc. A line starting with 'END' terminates the cuurent batch of input.\n")
+ sys.stdout.write("Enter your input to llvm-mc. A line starting with 'END' terminates the current batch of input.\n")
sys.stdout.write("Enter 'quit' or Ctrl-D to quit the program.\n")
while True:
sys.stdout.write("> ")