[clang] ee0ccb7 - Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc." (#142180)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 30 09:11:11 PDT 2025
Author: Qinkun Bao
Date: 2025-05-30T12:11:09-04:00
New Revision: ee0ccb7824bc50db074d1394338cf116825ddc5f
URL: https://github.com/llvm/llvm-project/commit/ee0ccb7824bc50db074d1394338cf116825ddc5f
DIFF: https://github.com/llvm/llvm-project/commit/ee0ccb7824bc50db074d1394338cf116825ddc5f.diff
LOG: Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc." (#142180)
Reverts llvm/llvm-project#142168
Added:
Modified:
clang/docs/SanitizerSpecialCaseList.rst
Removed:
################################################################################
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
More information about the cfe-commits
mailing list