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/why.xml | |
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/why.xml')
-rw-r--r-- | prologue/why.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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> |