Browse Source

Minor edit.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 16 years ago
parent
commit
550f9f4b23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter05/gcc-pass2.xml

+ 2 - 2
chapter05/gcc-pass2.xml

@@ -57,8 +57,8 @@
     is run in order to fix potentially broken header files. As GCC-&gcc-version;
     is run in order to fix potentially broken header files. As GCC-&gcc-version;
     and Glibc-&glibc-version; have already been installed at this point, and
     and Glibc-&glibc-version; have already been installed at this point, and
     their respective header files are known to not require fixing, the
     their respective header files are known to not require fixing, the
-    <command>fixincludes</command> script is not required. As mentioned
-    previously, the script may in fact pollute the build environment by
+    <command>fixincludes</command> script is not required. In fact, running
+    this script may actually pollute the build environment by
     installing fixed headers from the host system into GCC's private include
     installing fixed headers from the host system into GCC's private include
     directory. The running of the <command>fixincludes</command> script can
     directory. The running of the <command>fixincludes</command> script can
     be suppressed by issuing the following commands:</para>
     be suppressed by issuing the following commands:</para>