From: Paul Robinson Date: Wed, 12 May 2021 15:48:50 +0000 (-0700) Subject: Fix grammar in README.md X-Git-Tag: llvmorg-14-init~6908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47a11a97d0c28e6b1235907780c998f141497e0a;p=platform%2Fupstream%2Fllvm.git Fix grammar in README.md --- diff --git a/README.md b/README.md index e39bc2c..c481594 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.