https://github.com/StanFromIreland created 
https://github.com/llvm/llvm-project/pull/220355

None

>From 686de3d2db492fc46865f8439264692bf6386623 Mon Sep 17 00:00:00 2001
From: Stan Ulbrych <[email protected]>
Date: Tue, 1 Sep 2026 20:54:51 +0100
Subject: [PATCH] Fix capitalisation of "HWASan" in documentation

---
 clang/docs/HardwareAssistedAddressSanitizerDesign.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/HardwareAssistedAddressSanitizerDesign.md 
b/clang/docs/HardwareAssistedAddressSanitizerDesign.md
index f999c6c57f507..a41282e8422ee 100644
--- a/clang/docs/HardwareAssistedAddressSanitizerDesign.md
+++ b/clang/docs/HardwareAssistedAddressSanitizerDesign.md
@@ -1,7 +1,7 @@
 # Hardware-assisted AddressSanitizer Design Documentation
 
 This page is a design document for
-**hardware-assisted AddressSanitizer** (or **HWASAN**)
+**hardware-assisted AddressSanitizer** (or **HWASan**)
 a tool similar to {doc}`AddressSanitizer`,
 but based on partial hardware assistance.
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to