[Lldb-commits] [lldb] r144145 - /lldb/trunk/scripts/Python/modify-python-lldb.py
Johnny Chen
johnny.chen at apple.com
Tue Nov 8 15:08:03 PST 2011
Author: johnny
Date: Tue Nov 8 17:08:03 2011
New Revision: 144145
URL: http://llvm.org/viewvc/llvm-project?rev=144145&view=rev
Log:
Add a missing ')' in the 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=144145&r1=144144&r2=144145&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/modify-python-lldb.py (original)
+++ lldb/trunk/scripts/Python/modify-python-lldb.py Tue Nov 8 17:08:03 2011
@@ -15,7 +15,7 @@
#
# In addition to the 'residues' removal during the cleanup step, it also
# transforms the 'char' data type (which was actually 'char *' but the 'autodoc'
-# feature of swig removes ' *' from it into 'str' (as a Python str type).
+# feature of swig removes ' *' from it) into 'str' (as a Python str type).
#
# It also calls SBDebugger.Initialize() to initialize the lldb debugger
# subsystem.
More information about the lldb-commits
mailing list