diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-15 21:47:44 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-15 21:47:44 +0000 |
commit | 1e163254645f9440f16ff2f5556c45bdd0050022 (patch) | |
tree | aab93c3120918f7604b798923fd20ae74f3c597d /chapter05 | |
parent | 6ebafb4dbc92f6119e68e4099db570ae9428d5aa (diff) |
Correcting several typos and some inconsistencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/lockingglibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 7938df879..bd15b4a7f 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -38,7 +38,7 @@ all in. Or you can edit the specs file by hand if you want to: just replace "/tools/lib/ld.so.1".</para> <para>Lastly, there is a possibility that some include files from the host -system have found their way into gcc's private include dir. This can happen +system have found their way into GCC's private include dir. This can happen because of GCC's "fixincludes" process which runs as part of the GCC build. We'll explain more about this further on in this chapter. For now, run the following commands to eliminate this possibility.</para> |