Minor typeo fixes in doc scripts

llvm-svn: 186698
This commit is contained in:
Daniel Malea 2013-07-19 17:32:48 +00:00
parent e1873736cb
commit 816246e602
2 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@ if(EPYDOC_EXECUTABLE)
${EPYDOC_OPTIONS}
DEPENDS swig_wrapper liblldb
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../../../lib/python2.7/site-packages
COMMENT "Generating LLDB Python API reference with epidoc" VERBATIM
COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM
)
endif(EPYDOC_EXECUTABLE)

View File

@ -15,5 +15,5 @@
/// of LLDB are very stable.
///
/// @section main_changelog Change Log
/// - Adapted for LLDB 05/25 by Daniel Malea
/// - Adapted for LLDB 05/25/2013 by Daniel Malea
/// - Original content written 12/30/2003 by Reid Spencer