aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-02-18 14:49:40 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-02-18 14:49:40 -0600
commit9904ecb1de9e4bde5a4b86756a5fdcaf557fdb34 (patch)
tree679b040da8efb20d3b1909d11fd5521ca355f84b /chapter05
parent9f0a6427ab4b1ec8a20c6a596810831303e5e68a (diff)
Spelling/Typos
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 93b6a2229..87dd9ab64 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -107,7 +107,7 @@ cd build</userinput></screen>
<term><parameter>--with-glibc-version=&glibc-version;</parameter></term>
<listitem>
<para>This option specifies the version of glibc which will be
- used on the target. It is not relevent to the minimum glibc
+ used on the target. It is not relevant to the minimum glibc
requirement specified in the
<xref linkend="ch-partitioning-hostreqs"/> because everything
compiled by pass1 gcc will run in the chroot environment,