From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Sat, 7 May 2022 20:50:26 -0400 Subject: [PATCH 01/31] Fix spelling/language errors --- llvm/include/llvm/Support/ErrorHandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h index 9c8e3448f3a03e3540adb8b9dd730c77dd9b20ba..dd1384a63af71b50ba1ccbb5933a1e472f50a39b 100644 --- a/llvm/include/llvm/Support/ErrorHandling.h +++ b/llvm/include/llvm/Support/ErrorHandling.h @@ -44,7 +44,7 @@ namespace llvm { void install_fatal_error_handler(fatal_error_handler_t handler, void *user_data = nullptr); - /// Restores default error handling behaviour. + /// Restores default error handling behavior. void remove_fatal_error_handler(); /// ScopedFatalErrorHandler - This is a simple helper class which just