[docs] Fix typo

This commit is contained in:
Arthur Eubanks 2022-06-17 11:29:07 -07:00
parent e77ac66b8c
commit 05704e785a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Historically LLVM was some sort of type-safe subset of C. Having pointee types
provided an extra layer of checks to make sure that the Clang frontend matched
its frontend values/operations with the corresponding LLVM IR. However, as other
languages like C++ adopted LLVM, the community realized that pointee types were
more of a hinderance for LLVM development and that the extra type checking with
more of a hindrance for LLVM development and that the extra type checking with
some frontends wasn't worth it.
LLVM's type system was `originally designed