Skip to content

Commit 83ad9fa

Browse files
authored
Update TypeSanitizer.rst
Fixes typo. The word `table` is now in place of the word `tale`.
1 parent e258bca commit 83ad9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/TypeSanitizer.rst

Lines changed: 1 addition & 1 deletion
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)