[llvm-branch-commits] [clang] f981d2e - Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc. (#142168)"
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 30 09:10:51 PDT 2025
Author: Qinkun Bao
Date: 2025-05-30T12:10:48-04:00
New Revision: f981d2ede98876d7b5bc8b3ee12a35fa4d99dcf7
URL: https://github.com/llvm/llvm-project/commit/f981d2ede98876d7b5bc8b3ee12a35fa4d99dcf7
DIFF: https://github.com/llvm/llvm-project/commit/f981d2ede98876d7b5bc8b3ee12a35fa4d99dcf7.diff
LOG: Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc. (#142168)"
This reverts commit 6a47241c9983c46d805034821f04c34a475a254f.
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 llvm-branch-commits
mailing list