1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Copy-pasto.

llvm-svn: 81331
This commit is contained in:
Mikhail Glushenkov 2009-09-09 10:14:55 +00:00
parent 467895d1f7
commit e72fc991da

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.
);