diff options
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
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> |