Fix grammar in README.md

This commit is contained in:
Paul Robinson 2021-05-12 08:48:50 -07:00
parent 7bff9bdd34
commit 47a11a97d0

View File

@ -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.