aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--part3intro/generalinstructions.xml2
-rw-r--r--part3intro/toolchaintechnotes.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/part3intro/generalinstructions.xml b/part3intro/generalinstructions.xml
index a441b17ef..0739f79cc 100644
--- a/part3intro/generalinstructions.xml
+++ b/part3intro/generalinstructions.xml
@@ -95,7 +95,7 @@
<listitem>
<para>Using the <command>tar</command> program, extract the package
to be built. In <xref linkend="chapter-cross-tools"/> and
- <xref linkend="chapter-temporary-tools"/>, ensure you are
+ <xref linkend="chapter-temporary-tools"/>, ensure you are
the <emphasis>lfs</emphasis> user when extracting the package.</para>
</listitem>
<listitem>
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml
index b0b9eef08..ed5afc03b 100644
--- a/part3intro/toolchaintechnotes.xml
+++ b/part3intro/toolchaintechnotes.xml
@@ -211,7 +211,7 @@
<para>Now, there is more about cross-compiling: the C language is not
just a compiler, but also defines a standard library. In this book, the
GNU C library, named glibc, is used. This library must
- be compiled for the lfs machine, that is, using the cross compiler cc1.
+ be compiled for the lfs machine, that is, using the cross compiler cc1.
But the compiler itself uses an internal library implementing complex
instructions not available in the assembler instruction set. This
internal library is named libgcc, and must be linked to the glibc
@@ -329,7 +329,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
linkend="chapter-chroot-temporary-tools"/>, the first task is to install
libstdc++. Then temporary installations of programs needed for the proper
operation of the toolchain are performed. From this point onwards, the
- core toolchain is self-contained and self-hosted. In
+ core toolchain is self-contained and self-hosted. In
<xref linkend="chapter-building-system"/>, final versions of all the
packages needed for a fully functional system are built, tested and
installed.</para>