diff options
author | Janis Johnson <janis187@us.ibm.com> | 2002-09-11 22:10:10 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2002-09-11 22:10:10 +0000 |
commit | 9026a957f29adccef44445bb02108ba7ef293f26 (patch) | |
tree | 08d3a8f6a3a86e0e26058b1c9fb308a1395380be /gcc/doc | |
parent | b2196e8f246a0de0416863a5fa86fae35d5c5ee4 (diff) | |
download | gcc-9026a957f29adccef44445bb02108ba7ef293f26.tar.gz |
install.texi: Fix typos.
2002-09-11 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi: Fix typos.
From-SVN: r57041
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fdd6d638684..de91c19dcd7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1115,9 +1115,9 @@ used to disable building the Ada front end. Additional build tools (such as @command{gnatmake}) or a working GNAT run-time library installation are usually @emph{not} required. However, -if you want to boostrap the compiler using a minimal version of GNAT, +if you want to bootstrap the compiler using a minimal version of GNAT, you have to issue the following commands before invoking @samp{make -boostrap} (this assumes that you start with an unmodified and consistent +bootstrap} (this assumes that you start with an unmodified and consistent source distribution): @example |