From f91334a0041c8f60afceeafc8c51f0a173d15292 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Wed, 9 Jul 2014 14:06:35 +0000 Subject: Fix 'source-level' hyphenations git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212621 91177308-0d34-0410-b5e6-96231b3b80d8 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.txt') 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: -- cgit v1.2.1