From 2f1ee9a09c06a8d73b610a48d848fe427d010ea1 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 24 May 2011 22:53:03 +0000 Subject: Comment change. llvm-svn: 132018 --- lldb/scripts/Python/modify-python-lldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python/modify-python-lldb.py') 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'), -- cgit v1.2.3