diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-18 14:49:40 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-18 14:49:40 -0600 |
commit | 9904ecb1de9e4bde5a4b86756a5fdcaf557fdb34 (patch) | |
tree | 679b040da8efb20d3b1909d11fd5521ca355f84b /chapter05 | |
parent | 9f0a6427ab4b1ec8a20c6a596810831303e5e68a (diff) |
Spelling/Typos
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
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, |