diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-15 23:29:27 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-15 23:29:27 +0000 |
commit | 1fb160c30c52f09a10133eedf5d9b9bb24c122f6 (patch) | |
tree | 509b7131339e8b2c7ebe3213e030ad636a3b3940 /chapter05/gcc-pass2-inst.xml | |
parent | f9bb38a24b19268957a630affdc91bd13f9b1f60 (diff) |
Typo and whitespace fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 7a7e90d38..49666276b 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -105,7 +105,7 @@ as the compiler we're using to compile this GCC was built from the exact same version of the GCC sources we used earlier.</para> <note><para>It's worth pointing out that running the GCC test suite here -is considered not as important running it in Chapter 6.</para></note> +is considered not as important as running it in Chapter 6.</para></note> <para>Test the results:</para> |