diff options
-rw-r--r-- | chapter01/how.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 130b3bb09..5b1db37ef 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -23,7 +23,7 @@ compiler.</para> <para>The first thing that will be done in Chapter 5 is building the toolchain, which is made up of Binutils, GCC and Glibc. The programs from these packages will be linked statically in order for them to be -independant of the host system.</para> +independent of the host system.</para> <para>When the first toolchain is built, you will rebuild those three packages again, this time using the toolchain we just built, rather than |