Add missing hyphens

This commit is contained in:
Austin Conlon 2020-04-06 23:36:49 -07:00 committed by serge-sans-paille
parent af11c556db
commit 59dd6250d0

View file

@ -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: