diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 2 |
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> |