diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
commit | c0c616a439608a25003e82a53822c9aa5f78efbc (patch) | |
tree | 4dd8ba46584b38043e032ae636b5785399aa9052 /chapter06/gcc-pass2.xml | |
parent | fe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff) |
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-pass2.xml')
-rw-r--r-- | chapter06/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 592828a9c..bf3007848 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -123,7 +123,7 @@ ln -s ../../../libgcc/gthr-posix.h $LFS_TGT/libgcc/gthr-default.h</userinput></s <listitem> <para>This option is automatically enabled when building a native compiler with a native compiler on x86. But here, we build with - a cross compiler, so we need to explicitely set this option.</para> + a cross compiler, so we need to explicitly set this option.</para> </listitem> </varlistentry> |