Fix grammar in README.md
authorPaul Robinson <paul.robinson@sony.com>
Wed, 12 May 2021 15:48:50 +0000 (08:48 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 12 May 2021 15:48:59 +0000 (08:48 -0700)
README.md

index e39bc2c..c481594 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.