blob: 5d6916ddc2f00c18928d0ba5386e565f9e18bd11 [file] [log] [blame]
James Kuszmaulcf324122023-01-14 14:07:17 -08001From 3d09b3d7b78ffc037a32725cc4002976b908d965 Mon Sep 17 00:00:00 2001
2From: PJ Reiniger <pj.reiniger@gmail.com>
3Date: Sat, 7 May 2022 20:50:26 -0400
4Subject: [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
10diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h
11index 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