mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This reduces commit noise when other git versions are used. The version was removed by passing `--no-signature` to `git format-patch` which is now documented in the readme.
37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
From e5c61a18376a34b94bf1761f30e017a741e52b0b Mon Sep 17 00:00:00 2001
|
|
From: PJ Reiniger <pj.reiniger@gmail.com>
|
|
Date: Sat, 7 May 2022 20:50:26 -0400
|
|
Subject: [PATCH 01/27] Fix spelling / language errors
|
|
|
|
---
|
|
llvm/include/llvm/Support/Chrono.h | 2 +-
|
|
llvm/include/llvm/Support/ErrorHandling.h | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/llvm/include/llvm/Support/Chrono.h b/llvm/include/llvm/Support/Chrono.h
|
|
index f478549a7e4e..004519a883fd 100644
|
|
--- a/llvm/include/llvm/Support/Chrono.h
|
|
+++ b/llvm/include/llvm/Support/Chrono.h
|
|
@@ -22,7 +22,7 @@ class raw_ostream;
|
|
namespace sys {
|
|
|
|
/// A time point on the system clock. This is provided for two reasons:
|
|
-/// - to insulate us agains subtle differences in behavoir to differences in
|
|
+/// - to insulate us against subtle differences in behavior to differences in
|
|
/// system clock precision (which is implementation-defined and differs between
|
|
/// platforms).
|
|
/// - to shorten the type name
|
|
diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h
|
|
index 0ec0242d569d..dd85a5892e01 100644
|
|
--- a/llvm/include/llvm/Support/ErrorHandling.h
|
|
+++ b/llvm/include/llvm/Support/ErrorHandling.h
|
|
@@ -45,7 +45,7 @@ class StringRef;
|
|
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
|