diff options
author | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-10 07:57:13 +0000 |
---|---|---|
committer | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-10 07:57:13 +0000 |
commit | ed8e76ee95be4f23a3f3ef17d686af5708553691 (patch) | |
tree | d04191a794edc2f623dae9d261b12ddd647d35aa /gcc/doc | |
parent | 052cc53b7b6747ecd7f6d9b3f5ed5c0fd5587528 (diff) | |
download | gcc-ed8e76ee95be4f23a3f3ef17d686af5708553691.tar.gz |
Fix typo in doc/install.texi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8ba52a0b407..c18dbdd9a74 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -567,7 +567,7 @@ components of the binutils you intend to build alongside the compiler Likewise the GMP, MPFR and MPC libraries can be automatically built together with GCC. You may simply run the ./contrib/download_prerequisites script in the GCC source directory -to set up everythingu. +to set up everything. Otherwise unpack the GMP, MPFR and/or MPC source distributions in the directory containing the GCC sources and rename their directories to @file{gmp}, @file{mpfr} and @file{mpc}, |