Update CreateMalloc so that its callers specify the size to allocate:
[oota-llvm.git] / 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.
       );