[llvm-commits] [llvm] r81331 - /llvm/trunk/include/llvm/System/Program.h
Mikhail Glushenkov
foldr at codedgers.com
Wed Sep 9 03:14:56 PDT 2009
Author: foldr
Date: Wed Sep 9 05:14:55 2009
New Revision: 81331
URL: http://llvm.org/viewvc/llvm-project?rev=81331&view=rev
Log:
Copy-pasto.
Modified:
llvm/trunk/include/llvm/System/Program.h
Modified: llvm/trunk/include/llvm/System/Program.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Program.h?rev=81331&r1=81330&r2=81331&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Program.h (original)
+++ llvm/trunk/include/llvm/System/Program.h Wed Sep 9 05:14:55 2009
@@ -97,8 +97,7 @@
///< 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 @@
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.
);
More information about the llvm-commits
mailing list