Comment change.

llvm-svn: 132018
This commit is contained in:
Johnny Chen 2011-05-24 22:53:03 +00:00
parent e852b100e2
commit 2f1ee9a09c
1 changed files with 1 additions and 1 deletions

View File

@ -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'),