diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-09 10:14:55 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-09 10:14:55 +0000 |
| commit | 5cf21a9668647016a3d5aa205fe89fe69a69fba6 (patch) | |
| tree | 3385f60f46ff1429bba2f8b68022d192a000e76d | |
| parent | 48893a691e80c111d8ff1f91d126c89f5a077b7e (diff) | |
| download | bcm5719-llvm-5cf21a9668647016a3d5aa205fe89fe69a69fba6.tar.gz bcm5719-llvm-5cf21a9668647016a3d5aa205fe89fe69a69fba6.zip | |
Copy-pasto.
llvm-svn: 81331
| -rw-r--r-- | llvm/include/llvm/System/Program.h | 5 |
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. ); |

