aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-exp.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-25 08:46:07 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-25 08:46:07 +0000
commit13dd793404cca56ba1dc8c1d60bce8128753ea47 (patch)
treeadbcd0d565b9fb21c59a2fa93a84a2946fd740f4 /chapter05/gcc-exp.xml
parentc85f9761b07ded83b473fe1b99b2141e91b658b1 (diff)
Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r--chapter05/gcc-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml
index 28ea10192..fe1a7d1e1 100644
--- a/chapter05/gcc-exp.xml
+++ b/chapter05/gcc-exp.xml
@@ -4,8 +4,8 @@
<para>
<userinput>--enable-languages=c,c++:</userinput> This only builds the C
and C++ compilers and not the other available compilers as they are, on
-the average, not often used. If those other compilers are needed
-the --enable-languages parameter can be omitted..
+the average, not often used. If those other compilers are needed,
+the --enable-languages parameter can be omitted.
</para>
<para>