From 1cd3c8080eaac5679934f7ab6cb94e674e724e50 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 21 Mar 2011 23:01:34 +0000 Subject: Fix a typo in the message string. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128034 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/test/llvm-mc-shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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("> ") -- cgit v1.2.3