Author: Qinkun Bao
Date: 2025-05-30T12:01:26-04:00
New Revision: 6a47241c9983c46d805034821f04c34a475a254f

URL: 
https://github.com/llvm/llvm-project/commit/6a47241c9983c46d805034821f04c34a475a254f
DIFF: 
https://github.com/llvm/llvm-project/commit/6a47241c9983c46d805034821f04c34a475a254f.diff

LOG: [Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc. (#142168)

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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to