diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-05 19:17:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-05 19:17:53 +0000 |
commit | 6bff9167356300090fc2d40fe36040887b8197dc (patch) | |
tree | 3f50d9568dfc4e02193a86b7a51f45606d0ca70a /chapter05/gcc-pass2.xml | |
parent | 814f5ec179aa12c49e77ae38faafe9302cb0721f (diff) |
Fix a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 904dff8db..998ef3659 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -62,7 +62,7 @@ working.</para> normal circumstances the GCC <command>fixincludes</command> script 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 their -respective header files are known not to require fixing, the +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 installing fixed headers from the host system into GCC's private include directory. The running of the |