summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-07-09 14:06:35 +0000
committerAlp Toker <alp@nuanti.com>2014-07-09 14:06:35 +0000
commitf91334a0041c8f60afceeafc8c51f0a173d15292 (patch)
tree98bccb15bf947a23614d5bdba21c98fe893ed700 /README.txt
parent5114f4ffde9a759ed9c615afa4dc6dc75639e990 (diff)
downloadclang-f91334a0041c8f60afceeafc8c51f0a173d15292.tar.gz
Fix 'source-level' hyphenations
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 44ce723ace..474c67cf59 100644
--- a/README.txt
+++ b/README.txt
@@ -8,7 +8,7 @@ compiler infrastructure project.
Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
-different source level tools. One example of this is the Clang Static Analyzer.
+different source-level tools. One example of this is the Clang Static Analyzer.
If you're interested in more (including how to build Clang) it is best to read
the relevant web sites. Here are some pointers: