summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-09-09 10:14:55 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-09-09 10:14:55 +0000
commit581af5f10a1a49979ff7bcc5f0fc48d5fc287b19 (patch)
tree179ff8ddc1e642aa15a1ec93c96221c9c2ddc943 /include
parent4f51d99ca58f2dd14e44602652dcd3a0e126781a (diff)
downloadllvm-581af5f10a1a49979ff7bcc5f0fc48d5fc287b19.tar.gz
llvm-581af5f10a1a49979ff7bcc5f0fc48d5fc287b19.tar.bz2
llvm-581af5f10a1a49979ff7bcc5f0fc48d5fc287b19.tar.xz
Copy-pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/System/Program.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 2a68c4a284..6799562726 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -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.
);