From c0c616a439608a25003e82a53822c9aa5f78efbc Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 19 Aug 2020 15:31:33 +0000 Subject: fix some typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-pass2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/gcc-pass2.xml') 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 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. + a cross compiler, so we need to explicitly set this option. -- cgit v1.2.3-54-g00ecf