Skip to content

Commit 2f54223

Browse files
authored
[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 <[email protected]>
1 parent 7639242 commit 2f54223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/TypeSanitizer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ reduce these impacts.
2727
The TypeSanitizer Algorithm
2828
===========================
2929
For each TBAA type-access descriptor, encoded in LLVM IR using TBAA Metadata, the instrumentation
30-
pass generates descriptor tales. Thus there is a unique pointer to each type (and access descriptor).
30+
pass generates descriptor tables. Thus there is a unique pointer to each type (and access descriptor).
3131
These tables are comdat (except for anonymous-namespace types), so the pointer values are unique
3232
across the program.
3333

0 commit comments

Comments
 (0)