[clang] 2f54223 - [Docs] Fix typo in TypeSanitizer.rst "tale" -> "table" (NFC) (#126721)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 08:59:01 PST 2025


Author: sitrin
Date: 2025-02-11T08:58:56-08:00
New Revision: 2f54223247e8f9f0fc006b944de8351f376814af

URL: https://github.com/llvm/llvm-project/commit/2f54223247e8f9f0fc006b944de8351f376814af
DIFF: https://github.com/llvm/llvm-project/commit/2f54223247e8f9f0fc006b944de8351f376814af.diff

LOG: [Docs] Fix typo in TypeSanitizer.rst "tale" -> "table" (NFC) (#126721)

The word `table` is now in place of the word `tale`.

Fixes #126719.

Co-authored-by: sitrin <sitrin at users.noreply.github.com>

Added: 
    

Modified: 
    clang/docs/TypeSanitizer.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/TypeSanitizer.rst b/clang/docs/TypeSanitizer.rst
index 4d1dfc23a6c51..3c683a6c24bb4 100644
--- a/clang/docs/TypeSanitizer.rst
+++ b/clang/docs/TypeSanitizer.rst
@@ -27,7 +27,7 @@ reduce these impacts.
 The TypeSanitizer Algorithm
 ===========================
 For each TBAA type-access descriptor, encoded in LLVM IR using TBAA Metadata, the instrumentation 
-pass generates descriptor tales. Thus there is a unique pointer to each type (and access descriptor).
+pass generates descriptor tables. Thus there is a unique pointer to each type (and access descriptor).
 These tables are comdat (except for anonymous-namespace types), so the pointer values are unique 
 across the program.
 


        


More information about the cfe-commits mailing list