diff options
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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.</para></note> <para>Now that the adjusted linker is installed, the Binutils build and source -direcotries should be <emphasis>removed</emphasis>.</para> +directories should be <emphasis>removed</emphasis>.</para> <para>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:</para> @@ -47,7 +47,7 @@ unset SPECFILE</userinput></screen> <para>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 <quote>/lib/ld-linux.so.2</quote> with <quote>/tools/lib/ld-linux.so.2</quote>.</para> -<para> Be sure to visually inspect the specs file in order to verify the intended changes have been mande.</para> +<para> Be sure to visually inspect the specs file in order to verify the intended changes have been made.</para> <important><para>If you are working on a platform where the name of the dynamic linker is something other than <filename>ld-linux.so.2</filename>, you |