James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame^] | 1 | From 3d09b3d7b78ffc037a32725cc4002976b908d965 Mon Sep 17 00:00:00 2001 |
| 2 | From: PJ Reiniger <pj.reiniger@gmail.com> |
| 3 | Date: Sat, 7 May 2022 20:50:26 -0400 |
| 4 | Subject: [PATCH 01/28] Fix spelling/language errors |
| 5 | |
| 6 | --- |
| 7 | llvm/include/llvm/Support/ErrorHandling.h | 2 +- |
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 9 | |
| 10 | diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h |
| 11 | index f980510d3..6791df6be 100644 |
| 12 | --- a/llvm/include/llvm/Support/ErrorHandling.h |
| 13 | +++ b/llvm/include/llvm/Support/ErrorHandling.h |
| 14 | @@ -44,7 +44,7 @@ namespace llvm { |
| 15 | void install_fatal_error_handler(fatal_error_handler_t handler, |
| 16 | void *user_data = nullptr); |
| 17 | |
| 18 | - /// Restores default error handling behaviour. |
| 19 | + /// Restores default error handling behavior. |
| 20 | void remove_fatal_error_handler(); |
| 21 | |
| 22 | /// ScopedFatalErrorHandler - This is a simple helper class which just |