[Lldb-commits] [lldb] r132412 - /lldb/trunk/scripts/Python/modify-python-lldb.py
Johnny Chen
johnny.chen at apple.com
Wed Jun 1 11:40:11 PDT 2011
Author: johnny
Date: Wed Jun 1 13:40:11 2011
New Revision: 132412
URL: http://llvm.org/viewvc/llvm-project?rev=132412&view=rev
Log:
Fix comment.
Modified:
lldb/trunk/scripts/Python/modify-python-lldb.py
Modified: lldb/trunk/scripts/Python/modify-python-lldb.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/modify-python-lldb.py?rev=132412&r1=132411&r2=132412&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/modify-python-lldb.py (original)
+++ lldb/trunk/scripts/Python/modify-python-lldb.py Wed Jun 1 13:40:11 2011
@@ -20,7 +20,7 @@
# print "output_name is '" + output_name + "'"
#
-# lldb_iter() should appear before the our first SB* class definition.
+# lldb_iter() should appear before our first SB* class definition.
#
lldb_iter_def = '''
# ===================================
More information about the lldb-commits
mailing list