From 1738fad337606a9ad80662fa1fd170450926d6b2 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 8 Nov 2011 23:08:03 +0000 Subject: [PATCH] Add a missing ')' in the comment. llvm-svn: 144145 --- lldb/scripts/Python/modify-python-lldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 06be30377909..034e2add86e5 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/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.