[clang] 700ca0e - [NFC] Red Hat is two words
Josh Stone via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 14 10:10:43 PDT 2023
Author: Josh Stone
Date: 2023-08-14T10:10:10-07:00
New Revision: 700ca0e7432d4ef485900f16d9f051e2bbc8523c
URL: https://github.com/llvm/llvm-project/commit/700ca0e7432d4ef485900f16d9f051e2bbc8523c
DIFF: https://github.com/llvm/llvm-project/commit/700ca0e7432d4ef485900f16d9f051e2bbc8523c.diff
LOG: [NFC] Red Hat is two words
Added:
Modified:
clang/lib/Driver/Distro.cpp
llvm/docs/Security.rst
Removed:
################################################################################
diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp
index 6e0087565941ea..005c31bd38893c 100644
--- a/clang/lib/Driver/Distro.cpp
+++ b/clang/lib/Driver/Distro.cpp
@@ -112,7 +112,7 @@ static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) {
if (Version != Distro::UnknownDistro)
return Version;
- // Otherwise try some distro-specific quirks for RedHat...
+ // Otherwise try some distro-specific quirks for Red Hat...
llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File =
VFS.getBufferForFile("/etc/redhat-release");
diff --git a/llvm/docs/Security.rst b/llvm/docs/Security.rst
index 11acac33f0a19f..2729541facbfe6 100644
--- a/llvm/docs/Security.rst
+++ b/llvm/docs/Security.rst
@@ -40,7 +40,7 @@ The members of the group represent a wide cross-section of the community, and me
* Dimitry Andric (individual; FreeBSD) [dim]
* Ed Maste (individual; FreeBSD) [emaste]
* George Burgess IV (Google) [george.burgess.iv]
-* Josh Stone (RedHat; Rust) [cuviper]
+* Josh Stone (Red Hat; Rust) [cuviper]
* Kate McInnes (Apple) []
* Kristof Beyls (ARM) [kristof.beyls]
* Matthew Riley (Google) [mattdr]
More information about the cfe-commits
mailing list