summaryrefslogtreecommitdiff
path: root/clang/README.txt
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-06-17 12:39:05 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-06-17 12:39:05 +0000
commit49e7de1ff1df62aaf4fcdfd9ae7997571d6fd3be (patch)
treeef57168b6c8e236ee89edf3ef7e7cc75a0b75885 /clang/README.txt
parent2cd6c7bd70595e2e6fa3e325f592861f26ca0b2a (diff)
downloadllvm-49e7de1ff1df62aaf4fcdfd9ae7997571d6fd3be.tar.gz
Fix typo (test commit)
llvm-svn: 106217
Diffstat (limited to 'clang/README.txt')
-rw-r--r--clang/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/README.txt b/clang/README.txt
index 924ecc416c3a..44ce723acef8 100644
--- a/clang/README.txt
+++ b/clang/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