OSDN Git Service

test commit
authorKlaus Kretzschmar <klaus.kretzschmar@sap.com>
Thu, 18 Jan 2018 12:58:50 +0000 (12:58 +0000)
committerKlaus Kretzschmar <klaus.kretzschmar@sap.com>
Thu, 18 Jan 2018 12:58:50 +0000 (12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322844 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ErrorHandling.h

index b45f634..acd8987 100644 (file)
@@ -110,7 +110,7 @@ void remove_bad_alloc_error_handler();
 /// in the unwind chain.
 ///
 /// If no error handler is installed (default), then a bad_alloc exception
-/// is thrown if LLVM is compiled with exception support, otherwise an assertion
+/// is thrown, if LLVM is compiled with exception support, otherwise an assertion
 /// is called.
 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);