Issue |
126719
|
Summary |
Minor typo in TypeSanitizer documentation: "tale" -> "table"
|
Labels |
new issue
|
Assignees |
|
Reporter |
sitrin
|
The first sentence of the first paragraph in the The TypeSanitizer Algorithm of the file `clang/docs/TypeSanitizer.rst` has a typo. The word `tale` should read `table`:
```diff
< For each TBAA type-access descriptor, encoded in LLVM IR using TBAA Metadata, the instrumentation pass generates descriptor tales.
---
> For each TBAA type-access descriptor, encoded in LLVM IR using TBAA Metadata, the instrumentation pass generates descriptor tables.
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs