Comment change.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132018 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py
index fe7598e..bf811f7 100644
--- a/scripts/Python/modify-python-lldb.py
+++ b/scripts/Python/modify-python-lldb.py
@@ -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'),