summaryrefslogtreecommitdiffstats
path: root/lldb/utils/test
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
commit31d446aa5c0524ad23d46c765a7e096f2cc8a399 (patch)
tree0298c60d0bdbeb2095ece60398a17999a20a4c8f /lldb/utils/test
parent623b5dae21912aaa848e262b7dc7b479a8523669 (diff)
downloadbcm5719-llvm-31d446aa5c0524ad23d46c765a7e096f2cc8a399.tar.gz
bcm5719-llvm-31d446aa5c0524ad23d46c765a7e096f2cc8a399.zip
Fix a typo in the message string.
llvm-svn: 128034
Diffstat (limited to 'lldb/utils/test')
-rwxr-xr-xlldb/utils/test/llvm-mc-shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/test/llvm-mc-shell.py b/lldb/utils/test/llvm-mc-shell.py
index 0df0745d0a0..38c12992b91 100755
--- a/lldb/utils/test/llvm-mc-shell.py
+++ b/lldb/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("> ")
OpenPOWER on IntegriCloud