diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-23 22:59:59 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-23 22:59:59 +0000 |
commit | 3993087cc14ddf122b8d5aef1018bdd5e5a476d4 (patch) | |
tree | 0348ae1376746de2a6585c9d4e578e2b8084a704 /chapter06 | |
parent | e683065ebee9cedb40000840c7a37af547782e15 (diff) |
Correcting a few spelling mistakes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index 46be432b0..1c328c2e1 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -55,8 +55,9 @@ out where the problem is and correct it. There is no point in continuing until this is done. Most likely something went wrong with the specs file amendment above. Note especially that <filename>/lib</filename> now appears as the prefix of our dynamic linker. Of course, if you are working on a platform -where the name of the dynamic linker is something other than <filename> -ld-linux.so.2</filename>, then the output will be slightly different.</para> +where the name of the dynamic linker is something other than +<filename>ld-linux.so.2</filename>, then the output will be slightly +different.</para> <para>Once you are satisfied that all is well, clean up the test files:</para> |