Add a missing ')' in the comment.

llvm-svn: 144145
This commit is contained in:
Johnny Chen 2011-11-08 23:08:03 +00:00
parent 9a54961e01
commit 1738fad337
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# #
# In addition to the 'residues' removal during the cleanup step, it also # In addition to the 'residues' removal during the cleanup step, it also
# transforms the 'char' data type (which was actually 'char *' but the 'autodoc' # 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 # It also calls SBDebugger.Initialize() to initialize the lldb debugger
# subsystem. # subsystem.