diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 98fd8b9ad..5a41c879d 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -205,8 +205,8 @@ cd ../gcc-build</userinput></screen> <term><parameter>--disable-bootstrap</parameter></term> <listitem> <para>Bootstrapping the compiler is now the default for GCC. However, - our build method should provide us with a solid compiler without the - need to bootstrap each time.</para> + our build method should provide us with a solid compiler without the + need to bootstrap each time.</para> </listitem> </varlistentry> |