Fix a typo in the message string.

llvm-svn: 128034
This commit is contained in:
Johnny Chen 2011-03-21 23:01:34 +00:00
parent 623b5dae21
commit 31d446aa5c

View File

@ -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("> ")