Copy-pasto.
authorMikhail Glushenkov <foldr@codedgers.com>
Wed, 9 Sep 2009 10:14:55 +0000 (10:14 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Wed, 9 Sep 2009 10:14:55 +0000 (10:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81331 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Program.h

index 2a68c4a2845b4145a17683ca32c7878bfdc1152a..679956272609647be6ea618855ef2a48a60b59ec 100644 (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.
       );