aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2002-09-11 22:10:10 +0000
committerJanis Johnson <janis@gcc.gnu.org>2002-09-11 22:10:10 +0000
commit9026a957f29adccef44445bb02108ba7ef293f26 (patch)
tree08d3a8f6a3a86e0e26058b1c9fb308a1395380be
parentb2196e8f246a0de0416863a5fa86fae35d5c5ee4 (diff)
downloadgcc-9026a957f29adccef44445bb02108ba7ef293f26.zip
gcc-9026a957f29adccef44445bb02108ba7ef293f26.tar.gz
gcc-9026a957f29adccef44445bb02108ba7ef293f26.tar.bz2
install.texi: Fix typos.
2002-09-11 Janis Johnson <janis187@us.ibm.com> * doc/install.texi: Fix typos. From-SVN: r57041
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c11b624..2db0e7d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-11 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/install.texi: Fix typos.
+
2002-09-11 Zack Weinberg <zack@codesourcery.com>
* Makefile.in: Remove all references to s-under and underscore.c.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index fdd6d63..de91c19 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