Copy-pasto.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2009-09-09 10:14:55 +00:00
parent 4f51d99ca5
commit 581af5f10a

View File

@ -97,8 +97,7 @@ namespace sys {
///< it doesn't.
std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
///< instance in which error messages will be returned. If the string
///< is non-empty upon return an error occurred while invoking the
///< program.
///< is non-empty upon return an error occurred while waiting.
);
/// This function terminates the program.
@ -108,7 +107,7 @@ namespace sys {
bool Kill
( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
///< instance in which error messages will be returned. If the string
///< is non-empty upon return an error occurred while invoking the
///< is non-empty upon return an error occurred while killing the
///< program.
);