aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-12 01:17:37 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-12 01:17:37 +0000
commita3f6e12435c4372fd87927e4ea19c91896bdb8e8 (patch)
treef7ca750dd2686ced6cefb8bd84b444741410cce7 /chapter06
parentf27835d93f9d4244e585e3aa47bd74bd9b06cbec (diff)
Minor touchups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index ad1b7dbf3..835df60b6 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -70,7 +70,7 @@ compiler. To satisfy those packages, create a symlink:</para>
<screen><userinput>ln -s gcc /usr/bin/cc</userinput></screen>
<note><para>At this point it is strongly recommended to repeat the sanity check
-we performed in the previous chapter. Refer back to
+we performed earlier in this chapter. Refer back to
<xref linkend="ch06-adjustingtoolchain"/> and repeat the check. If the results
are wrong, then most likely you erroneously applied the GCC Specs patch from
Chapter 5.</para></note>