diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-06-17 12:39:05 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-06-17 12:39:05 +0000 |
commit | 3e31d90a84ed2c1a50a7d2590b84c61f689fe864 (patch) | |
tree | 1d8cde414694a5834799ae61b0cc3a0d8efdaee1 /README.txt | |
parent | 170e5080011acc60e33ec9b53f96c569a1078aa9 (diff) |
Fix typo (test commit)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 924ecc416c..44ce723ace 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Welcome to Clang. This is a compiler front-end for the C family of languages (C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM -compiler intrastructure project. +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 |