[Lldb-commits] [lldb] r132018 - /lldb/trunk/scripts/Python/modify-python-lldb.py
Johnny Chen
johnny.chen at apple.com
Tue May 24 15:53:03 PDT 2011
Author: johnny
Date: Tue May 24 17:53:03 2011
New Revision: 132018
URL: http://llvm.org/viewvc/llvm-project?rev=132018&view=rev
Log:
Comment change.
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=132018&r1=132017&r2=132018&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/modify-python-lldb.py (original)
+++ lldb/trunk/scripts/Python/modify-python-lldb.py Tue May 24 17:53:03 2011
@@ -54,7 +54,7 @@
nonzero_def = " def __nonzero__(self): return self.IsValid()"
#
-# The dictionary defines a mapping from classname to (getsize, getelem) tuple.
+# This dictionary defines a mapping from classname to (getsize, getelem) tuple.
#
d = { 'SBBreakpoint': ('GetNumLocations', 'GetLocationAtIndex'),
'SBCompileUnit': ('GetNumLineEntries', 'GetLineEntryAtIndex'),
More information about the lldb-commits
mailing list