diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-24 22:53:03 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-24 22:53:03 +0000 |
commit | 2f1ee9a09c06a8d73b610a48d848fe427d010ea1 (patch) | |
tree | 0d280269a54f0a8ed7facf05d4e490158ede64c7 /lldb/scripts/Python/modify-python-lldb.py | |
parent | e852b100e26c818788708a2379d047e157ea316f (diff) | |
download | bcm5719-llvm-2f1ee9a09c06a8d73b610a48d848fe427d010ea1.tar.gz bcm5719-llvm-2f1ee9a09c06a8d73b610a48d848fe427d010ea1.zip |
Comment change.
llvm-svn: 132018
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r-- | lldb/scripts/Python/modify-python-lldb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index fe7598e0f5a..bf811f79901 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -54,7 +54,7 @@ ne_def = " def __ne__(self, other): return not self.__eq__(other)" 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'), |