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 <sit...@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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits