diff options
author | Paul Robinson <paul.robinson@sony.com> | 2021-05-12 08:48:50 -0700 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2021-05-12 08:48:59 -0700 |
commit | 47a11a97d0c28e6b1235907780c998f141497e0a (patch) | |
tree | e7edef34a8ed660d682a1b47aca504558e036069 /README.md | |
parent | 7bff9bdd34d53a660f80eb1cdc9da885fd2702e1 (diff) | |
download | llvm-47a11a97d0c28e6b1235907780c998f141497e0a.zip llvm-47a11a97d0c28e6b1235907780c998f141497e0a.tar.gz llvm-47a11a97d0c28e6b1235907780c998f141497e0a.tar.bz2 |
Fix grammar in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Welcome to the LLVM project! The LLVM project has multiple components. The core of the project is itself called "LLVM". This contains all of the tools, libraries, and header -files needed to process intermediate representations and converts it into +files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer. It also contains basic regression tests. |