aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 04:37:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 04:37:13 +0000
commitfbd81b70ec12696462ed5d1525cd1594d249017f (patch)
tree0dcb9ad2e0d0e23f4f93a0750dc48468b8842e5d
parent3524efb4c0d3dcea598b93dc07cc1c83b363d111 (diff)
Grammar correction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index a21555caa..0166103bd 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -184,8 +184,8 @@ grep Error glibc-check-log</userinput></screen>
<listitem>
<para>When running on older and slower hardware or on systems under
load, some tests can fail because of test timeouts being exceeded.
- Modifying the make check command to set a TIMEOUTFACTOR is reported help
- eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
+ Modifying the make check command to set a TIMEOUTFACTOR is reported to
+ help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
make -k check</command>).</para>
</listitem>
</itemizedlist>