We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7639242 commit 2f54223Copy full SHA for 2f54223
clang/docs/TypeSanitizer.rst
@@ -27,7 +27,7 @@ reduce these impacts.
27
The TypeSanitizer Algorithm
28
===========================
29
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).
+pass generates descriptor tables. Thus there is a unique pointer to each type (and access descriptor).
31
These tables are comdat (except for anonymous-namespace types), so the pointer values are unique
32
across the program.
33
0 commit comments