aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/toolchaintechnotes.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-05-12 21:46:28 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-05-12 21:46:28 +0000
commit296762cd02ce492bdbd6c889b94bbe6974c34f41 (patch)
tree47956cec364fc077cd278a6c76c24d516de722ce /chapter05/toolchaintechnotes.xml
parenta86df627670f914d4e75076e4ee99385fa67f4fc (diff)
Wording and tagging improvements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r--chapter05/toolchaintechnotes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml
index 9a065a054..5b2522458 100644
--- a/chapter05/toolchaintechnotes.xml
+++ b/chapter05/toolchaintechnotes.xml
@@ -66,7 +66,7 @@ search path ensures programs are linked only against chosen
libraries</para></listitem>
<listitem><para>Careful manipulation of <command>gcc</command>'s
-<filename>specs</filename> file tell the compiler which target dynamic
+<filename>specs</filename> file tells the compiler which target dynamic
linker will be used</para></listitem>
</itemizedlist>
@@ -77,7 +77,7 @@ software features to enable or disable. This is more important than
one might first realize. An incorrectly configured GCC or Glibc can
result in a subtly broken toolchain, where the impact of such breakage
might not show up until near the end of the build of an entire
-distribution. A test suite failure will usually alert this error
+distribution. A test suite failure will usually highlight this error
before too much additional work is performed.</para>
<para>Binutils installs its assembler and linker in two locations,