From 9c5c7c9a847b30f82ef462a575a1ebc247e8f052 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 14 Jun 2004 20:43:49 +0000 Subject: Fixed a couple of typos (Randy McMurchy) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/adjusting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 2cdf60937..d2525e501 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -32,7 +32,7 @@ it's not a major problem. The situation is corrected when the second pass of Binutils is installed later on. Now that the adjusted linker is installed, the Binutils build and source -direcotries should be removed. +directories should be removed. The next task is to amend our GCC specs file so that it points to the new dynamic linker. A simple sed script will accomplish this: @@ -47,7 +47,7 @@ unset SPECFILE It is recommended that the above command be cut-and-pasted in order to ensure correctness - Alternatively the specs file can be edited by hand. This is done simply by replacing every occurrence of /lib/ld-linux.so.2 with /tools/lib/ld-linux.so.2. - Be sure to visually inspect the specs file in order to verify the intended changes have been mande. + Be sure to visually inspect the specs file in order to verify the intended changes have been made. If you are working on a platform where the name of the dynamic linker is something other than ld-linux.so.2, you -- cgit v1.2.3-54-g00ecf