aboutsummaryrefslogtreecommitdiff
path: root/llvm/llvm.spec.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-21 01:58:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-21 01:58:57 +0000
commit756b0076e16b9b0b146640ec8d0ffe0efa8beb1c (patch)
tree0fb1e63057e6e2a449cc2b0d8499d9797cd9529b /llvm/llvm.spec.in
parent54aa04f972cf12e4266de167f11540d5a6121bb4 (diff)
downloadllvm-756b0076e16b9b0b146640ec8d0ffe0efa8beb1c.zip
llvm-756b0076e16b9b0b146640ec8d0ffe0efa8beb1c.tar.gz
llvm-756b0076e16b9b0b146640ec8d0ffe0efa8beb1c.tar.bz2
Minor technical correction in documentation.
llvm-svn: 29784
Diffstat (limited to 'llvm/llvm.spec.in')
-rw-r--r--llvm/llvm.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/llvm.spec.in b/llvm/llvm.spec.in
index d1f53cb..1091f2d 100644
--- a/llvm/llvm.spec.in
+++ b/llvm/llvm.spec.in
@@ -16,7 +16,7 @@ LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
and idle-time optimization of programs from arbitrary programming languages.
LLVM is written in C++ and has been developed since 2000 at the University of
Illinois and Apple. It currently supports compilation of C and C++ programs,
-using front-ends derived from GCC 3.4 and 4.0.2. The compiler infrastructure
+using front-ends derived from GCC 3.4 and 4.0.1. The compiler infrastructure
includes mirror sets of programming tools as well as libraries with equivalent
functionality.