diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2004-02-12 04:13:09 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2004-02-12 04:13:09 +0000 |
commit | c2910edfb9a382e84ebac158f9c66b11e7749c7f (patch) | |
tree | db0ae811d775c166e27381a837a0290a746ec89c /gcc/doc | |
parent | 423e95e2042989aa21da2f47e67a657480eb38d5 (diff) | |
download | gcc-c2910edfb9a382e84ebac158f9c66b11e7749c7f.zip gcc-c2910edfb9a382e84ebac158f9c66b11e7749c7f.tar.gz gcc-c2910edfb9a382e84ebac158f9c66b11e7749c7f.tar.bz2 |
* doc/install.texi: Fix the spelling of "explicitly".
From-SVN: r77689
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 cb1194c..932c6a3 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1031,7 +1031,7 @@ language sub-directories might not have been configured! @item --disable-libada Specify that the run-time libraries and tools used by GNAT should not be built. This can be useful for debugging, or for compatibility with -previous Ada build procedures, when it was required to explicitely +previous Ada build procedures, when it was required to explicitly do a @samp{make -C gcc gnatlib_and_tools}. @item --disable-libgcj |