[clang] [Doc] Fix a typo in SanitizerSpecialCaseList.rst (PR #142494)
Qinkun Bao via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 12:09:12 PDT 2025
https://github.com/qinkunbao updated https://github.com/llvm/llvm-project/pull/142494
>From 32bb142819fa2295546166ad9e6639204cd03884 Mon Sep 17 00:00:00 2001
From: Qinkun Bao <qinkun at google.com>
Date: Mon, 2 Jun 2025 22:20:20 +0000
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
=?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.6
---
clang/docs/SanitizerSpecialCaseList.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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