Add a missing ')' in the comment.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144145 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py
index 06be303..034e2ad 100644
--- a/scripts/Python/modify-python-lldb.py
+++ b/scripts/Python/modify-python-lldb.py
@@ -15,7 +15,7 @@
 #
 # In addition to the 'residues' removal during the cleanup step, it also
 # transforms the 'char' data type (which was actually 'char *' but the 'autodoc'
-# feature of swig removes ' *' from it into 'str' (as a Python str type).
+# feature of swig removes ' *' from it) into 'str' (as a Python str type).
 #
 # It also calls SBDebugger.Initialize() to initialize the lldb debugger
 # subsystem.