diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 18:27:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 18:27:01 +0000 |
commit | ea7ec72fba2b9749da2c22db67152eccaef5dfb0 (patch) | |
tree | a7eb826e1859397b84943f5f3a53ee05b83f35d3 /prologue | |
parent | 3b1b9de38753a31897f098b34b255c2ebc5dde18 (diff) |
Typos.
Tweaks to stripping.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/organization.xml | 2 | ||||
-rw-r--r-- | prologue/why.xml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/prologue/organization.xml b/prologue/organization.xml index 814bc6025..c2c82b63c 100644 --- a/prologue/organization.xml +++ b/prologue/organization.xml @@ -32,7 +32,7 @@ <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title> <para>Part III provides instructions for building the tools - needed for construction the final LFS system.</para> + needed for constructing the final LFS system.</para> </sect2> <sect2> diff --git a/prologue/why.xml b/prologue/why.xml index ca100e1f9..e2b9a55a1 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -194,7 +194,7 @@ </listitem> <listitem> - <para>Gcc</para> + <para>GCC</para> <para>This package is the Gnu Compiler Collection. It contains the C and C++ compilers as well as several others not built by LFS. @@ -226,7 +226,7 @@ <para>GMP</para> <para>This package contains math libraries that provide useful functions - for arbitrary precision arithmetic. It is required to build Gcc.</para> + for arbitrary precision arithmetic. It is required to build GCC.</para> </listitem> <listitem> @@ -416,14 +416,14 @@ <para>MPC</para> <para>This package contains functions for the arithmetic of complex - numbers. It is required by Gcc.</para> + numbers. It is required by GCC.</para> </listitem> <listitem> <para>MPFR</para> <para>This package contains functions for multiple precision - arithmetic. It is required by Gcc.</para> + arithmetic. It is required by GCC.</para> </listitem> <listitem> |