Skip to content

Commit 31d446a

Browse files
author
Johnny Chen
committed
Fix a typo in the message string.
llvm-svn: 128034
1 parent 623b5da commit 31d446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/utils/test/llvm-mc-shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def which(program):
2929
def llvm_mc_loop(mc, mc_options):
3030
contents = []
3131
fname = 'mc-input.txt'
32-
sys.stdout.write("Enter your input to llvm-mc. A line starting with 'END' terminates the cuurent batch of input.\n")
32+
sys.stdout.write("Enter your input to llvm-mc. A line starting with 'END' terminates the current batch of input.\n")
3333
sys.stdout.write("Enter 'quit' or Ctrl-D to quit the program.\n")
3434
while True:
3535
sys.stdout.write("> ")

0 commit comments

Comments
 (0)