summaryrefslogtreecommitdiffstats
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
commit5cf21a9668647016a3d5aa205fe89fe69a69fba6 (patch)
tree3385f60f46ff1429bba2f8b68022d192a000e76d
parent48893a691e80c111d8ff1f91d126c89f5a077b7e (diff)
downloadbcm5719-llvm-5cf21a9668647016a3d5aa205fe89fe69a69fba6.tar.gz
bcm5719-llvm-5cf21a9668647016a3d5aa205fe89fe69a69fba6.zip
Copy-pasto.
llvm-svn: 81331
-rw-r--r--llvm/include/llvm/System/Program.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/System/Program.h b/llvm/include/llvm/System/Program.h
index 2a68c4a2845..67995627260 100644
--- a/llvm/include/llvm/System/Program.h
+++ b/llvm/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.
);
OpenPOWER on IntegriCloud