summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAustin Conlon <austinconlon@icloud.com>2020-04-06 23:36:49 -0700
committerserge-sans-paille <sguelton@redhat.com>2020-04-08 08:21:53 +0200
commit59dd6250d090e3838a01a9f2f9e1f1e1d17c1c36 (patch)
treebc62e7c259ba6f308cca4927c534f5dfc779de92 /README.md
parentaf11c556dbcee06b4511a6c5761f4cbd543d0047 (diff)
downloadllvm-59dd6250d090e3838a01a9f2f9e1f1e1d17c1c36.tar.gz
Add missing hyphens
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 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: