From 47a11a97d0c28e6b1235907780c998f141497e0a Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Wed, 12 May 2021 08:48:50 -0700 Subject: Fix grammar in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1