We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623b5da commit 31d446aCopy full SHA for 31d446a
lldb/utils/test/llvm-mc-shell.py
@@ -29,7 +29,7 @@ def which(program):
29
def llvm_mc_loop(mc, mc_options):
30
contents = []
31
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")
+ sys.stdout.write("Enter your input to llvm-mc. A line starting with 'END' terminates the current batch of input.\n")
33
sys.stdout.write("Enter 'quit' or Ctrl-D to quit the program.\n")
34
while True:
35
sys.stdout.write("> ")
0 commit comments