From 422fa625d9bdc37ebba9fc8ce16f141ffa80fc58 Mon Sep 17 00:00:00 2001
From: Reid Spencer <rspencer@reidspencer.com>
Date: Mon, 21 Aug 2006 01:58:57 +0000
Subject: [PATCH] Minor technical correction in documentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29784 91177308-0d34-0410-b5e6-96231b3b80d8
---
 llvm.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm.spec.in b/llvm.spec.in
index d1f53cb2e45..1091f2d9f81 100644
--- a/llvm.spec.in
+++ b/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.