summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2021-05-12 08:48:50 -0700
committerPaul Robinson <paul.robinson@sony.com>2021-05-12 08:48:59 -0700
commit47a11a97d0c28e6b1235907780c998f141497e0a (patch)
treee7edef34a8ed660d682a1b47aca504558e036069 /README.md
parent7bff9bdd34d53a660f80eb1cdc9da885fd2702e1 (diff)
downloadllvm-47a11a97d0c28e6b1235907780c998f141497e0a.tar.gz
Fix grammar in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e39bc2c000b9..c48159404445 100644
--- 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.