aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 03:48:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 03:48:42 +0000
commitedbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch)
treefa9e11a0bc99486e35a11009650ad50352222112 /chapter05
parent7bbd1bdc8a816089c3d217eb805470858e130a5e (diff)
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter05/libstdc++.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index ba613e204..61e2d965c 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -129,7 +129,7 @@ cd ../glibc-build</userinput></screen>
<varlistentry>
<term><parameter>libc_cv_c_cleanup=yes</parameter></term>
<listitem>
- <para>Simlarly, we pass libc_cv_c_cleanup=yes through to the
+ <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
<command>configure</command> script so that the test is skipped and C
cleanup handling support is configured.</para>
</listitem>
@@ -137,7 +137,7 @@ cd ../glibc-build</userinput></screen>
<varlistentry>
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
<listitem>
- <para>Simlarly, we pass libc_cv_ctors_header=yes through to the
+ <para>Similarly, we pass libc_cv_ctors_header=yes through to the
<command>configure</command> script so that the test is skipped and
gcc constructor support is configured.</para>
</listitem>
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index 29d7f2739..365babb3a 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -97,7 +97,7 @@ cd ../gcc-build</userinput></screen>
<para>This is the location where the standard include files are
searched by the C++ compiler. In a normal build, this information
is automatically passed to the Libstdc++ <command>configure</command>
- options from the toplevel directory. In our case, this information
+ options from the top level directory. In our case, this information
must be explicitly given.</para>
</listitem>
</varlistentry>