[clang] Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc." (PR #142180)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 30 09:11:39 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Qinkun Bao (qinkunbao)
<details>
<summary>Changes</summary>
Reverts llvm/llvm-project#<!-- -->142168
---
Full diff: https://github.com/llvm/llvm-project/pull/142180.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 6f924cfa97a97..b82db78a9203c 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, then the latest entry takes the
+If multiple entries match the source, than the latest entry takes the
precedence.
.. code-block:: bash
``````````
</details>
https://github.com/llvm/llvm-project/pull/142180
More information about the cfe-commits
mailing list