Fix typo

llvm-svn: 57728
diff --git a/llvm-gcc-4.2/README.LLVM b/llvm-gcc-4.2/README.LLVM
index 9b5dc2a..1972499 100644
--- a/llvm-gcc-4.2/README.LLVM
+++ b/llvm-gcc-4.2/README.LLVM
@@ -129,7 +129,7 @@
 
   If you want LLVM to include an identifying marker in the --version output,
   build llvm-gcc with LLVM_VERSION_INFO=XXX.  For example, to build the LLVM
-  2.4 Release front-end, use 'make LLVM_VERSION_INFO=2.3'.  This will cause the
+  2.4 Release front-end, use 'make LLVM_VERSION_INFO=2.4'.  This will cause the
   front-end to print: "gcc version 4.2.1 (Based on Apple Inc. build 5555) 
   (LLVM build 2.4)" as the version number.