Update comments.

llvm-svn: 130533
This commit is contained in:
Johnny Chen
2011-04-29 19:22:24 +00:00
parent 31e4be06c4
commit f1c95f8bcb
2 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ fi
$SWIG -c++ -shadow -python -I"/usr/include" -I"${SRC_ROOT}/include" -I./. -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}"
# Implement the iterator protocol for some lldb objects.
# Implement the iterator protocol and/or eq/ne operators for some lldb objects.
# Append global variable to lldb Python module.
# And initialize the lldb debugger subsystem.
current_dir=`pwd`