[Lldb-commits] [lldb] r128034 - /lldb/trunk/utils/test/llvm-mc-shell.py
Johnny Chen
johnny.chen at apple.com
Mon Mar 21 16:01:34 PDT 2011
Author: johnny
Date: Mon Mar 21 18:01:34 2011
New Revision: 128034
URL: http://llvm.org/viewvc/llvm-project?rev=128034&view=rev
Log:
Fix a typo in the message string.
Modified:
lldb/trunk/utils/test/llvm-mc-shell.py
Modified: lldb/trunk/utils/test/llvm-mc-shell.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/test/llvm-mc-shell.py?rev=128034&r1=128033&r2=128034&view=diff
==============================================================================
--- lldb/trunk/utils/test/llvm-mc-shell.py (original)
+++ lldb/trunk/utils/test/llvm-mc-shell.py Mon Mar 21 18:01:34 2011
@@ -29,7 +29,7 @@
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("> ")
More information about the lldb-commits
mailing list