Fix comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132412 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py
index 2c856ac..c75b34e 100644
--- a/scripts/Python/modify-python-lldb.py
+++ b/scripts/Python/modify-python-lldb.py
@@ -20,7 +20,7 @@
 # print "output_name is '" + output_name + "'"
 
 #
-# lldb_iter() should appear before the our first SB* class definition.
+# lldb_iter() should appear before our first SB* class definition.
 #
 lldb_iter_def = '''
 # ===================================