[clang] 50f9b8a - [Doc][NFC] Fix a typo in SanitizerSpecialCaseList.rst (#142494)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 12:09:26 PDT 2025
Author: Qinkun Bao
Date: 2025-06-03T15:09:22-04:00
New Revision: 50f9b8acafdca48e87e6b8e393c1f116a2d193ee
URL: https://github.com/llvm/llvm-project/commit/50f9b8acafdca48e87e6b8e393c1f116a2d193ee
DIFF: https://github.com/llvm/llvm-project/commit/50f9b8acafdca48e87e6b8e393c1f116a2d193ee.diff
LOG: [Doc][NFC] Fix a typo in SanitizerSpecialCaseList.rst (#142494)
Added:
Modified:
clang/docs/SanitizerSpecialCaseList.rst
Removed:
################################################################################
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
More information about the cfe-commits
mailing list