[clang] [docs] Fix capitalisation of "HWASan" (PR #220355)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 12:56:48 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Stan Ulbrych (StanFromIreland)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/220355.diff
1 Files Affected:
- (modified) clang/docs/HardwareAssistedAddressSanitizerDesign.md (+1-1)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/220355
More information about the cfe-commits
mailing list