Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Conlon <austinconlon@icloud.com>2020-04-07 09:36:49 +0300
committerserge-sans-paille <sguelton@redhat.com>2020-04-08 09:21:53 +0300
commit59dd6250d090e3838a01a9f2f9e1f1e1d17c1c36 (patch)
treebc62e7c259ba6f308cca4927c534f5dfc779de92 /README.md
parentaf11c556dbcee06b4511a6c5761f4cbd543d0047 (diff)
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: