From 59dd6250d090e3838a01a9f2f9e1f1e1d17c1c36 Mon Sep 17 00:00:00 2001 From: Austin Conlon Date: Mon, 6 Apr 2020 23:36:49 -0700 Subject: Add missing hyphens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c12ea9806c4e..6e02ee378eb3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer. It also contains basic regression tests. C-like languages use the [Clang](http://clang.llvm.org/) front end. This -component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode +component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM. Other components include: -- cgit v1.2.1