[clang] [Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc. (PR #142168)

via cfe-commits cfe-commits at lists.llvm.org
Fri May 30 08:19:41 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Qinkun Bao (qinkunbao)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/142168.diff


1 Files Affected:

- (modified) clang/docs/SanitizerSpecialCaseList.rst (+1-1) 


``````````diff
diff --git a/clang/docs/SanitizerSpecialCaseList.rst b/clang/docs/SanitizerSpecialCaseList.rst
index b82db78a9203c..6f924cfa97a97 100644
--- a/clang/docs/SanitizerSpecialCaseList.rst
+++ b/clang/docs/SanitizerSpecialCaseList.rst
@@ -102,7 +102,7 @@ supported sanitizers.
     char c = toobig; // also not instrumented
   }
 
-If multiple entries match the source, than the latest entry takes the
+If multiple entries match the source, then the latest entry takes the
 precedence.
 
 .. code-block:: bash

``````````

</details>


https://github.com/llvm/llvm-project/pull/142168


More information about the cfe-commits mailing list