diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-11-08 23:08:03 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-11-08 23:08:03 +0000 |
commit | 1738fad337606a9ad80662fa1fd170450926d6b2 (patch) | |
tree | 1fd571f48167fe2f9708a8bda044455640b57006 /lldb/scripts/Python | |
parent | 9a54961e0174ff95efc69bfcac94d5772f2ad7f0 (diff) | |
download | bcm5719-llvm-1738fad337606a9ad80662fa1fd170450926d6b2.tar.gz bcm5719-llvm-1738fad337606a9ad80662fa1fd170450926d6b2.zip |
Add a missing ')' in the comment.
llvm-svn: 144145
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/modify-python-lldb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 06be3037790..034e2add86e 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. |