From 5779bce97735aeaa45fd9a1b5c42f89ff1e9233b Mon Sep 17 00:00:00 2001 From: Klaus Kretzschmar Date: Thu, 18 Jan 2018 12:58:50 +0000 Subject: [PATCH] test commit llvm-svn: 322844 --- include/llvm/Support/ErrorHandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index b45f6348390..acd89873328 100644 --- a/include/llvm/Support/ErrorHandling.h +++ b/include/llvm/Support/ErrorHandling.h @@ -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);