aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-18 23:34:48 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-18 23:34:48 +0000
commitda849d1599efeba4198e32d16e54bf1ef1bab9a6 (patch)
tree8127bee22dd5eab2eb9f314033ec68abe07200b1 /chapter06/gcc-inst.xml
parentf8a5e31df6c7e691bc9092def3ae306796169108 (diff)
Grammatic changes to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r--chapter06/gcc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 9c6f3aa62..d89713d24 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -52,7 +52,7 @@ is implemented.</para></listitem>
<para><screen><userinput>make bootstrap</userinput></screen></para>
<para>The <emphasis>bootstrap</emphasis> target doesn't just compile GCC, but
-it compiles GCC a multiple times. It uses the first compiled programs to
+it compiles GCC multiple times. It uses the first compiled programs to
compile itself a second and third time to make sure the compiler was compiled
properly.</para>