diff options
| author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-12 04:13:09 +0000 |
|---|---|---|
| committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-12 04:13:09 +0000 |
| commit | f1311182e5392ba20521ff3c7e81cb1fbdef91c3 (patch) | |
| tree | db0ae811d775c166e27381a837a0290a746ec89c | |
| parent | 7bc95b568a17635991ac4650c811de1caf2ea68e (diff) | |
| download | ppe42-gcc-f1311182e5392ba20521ff3c7e81cb1fbdef91c3.tar.gz ppe42-gcc-f1311182e5392ba20521ff3c7e81cb1fbdef91c3.zip | |
* doc/install.texi: Fix the spelling of "explicitly".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77689 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index efcaac777e6..f036949e21c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 Matt Kraai <kraai@alumni.cmu.edu> + + * doc/install.texi: Fix the spelling of "explicitly". + 2004-02-11 Eric Christopher <echristo@redhat.com> * cppcharset.c (_cpp_interpret_string_notranslate): Rename and diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cb1194cd3bc..932c6a3ae05 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 |

