[clang] [Doc][NFC] Fix a type in SanitizerSpecialCaseList doc. (PR #142168)
Qinkun Bao via cfe-commits
cfe-commits at lists.llvm.org
Fri May 30 08:19:02 PDT 2025
https://github.com/qinkunbao created https://github.com/llvm/llvm-project/pull/142168
None
>From abb78cad9aaa253af5a6ba2a68208a050c3d42b1 Mon Sep 17 00:00:00 2001
From: Qinkun Bao <qinkun at google.com>
Date: Fri, 30 May 2025 15:18:54 +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