diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-07-02 02:36:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-07-02 02:36:10 +0000 |
commit | b728ca9a762d9daf0cd45619227d3864f8be39ed (patch) | |
tree | 63074c0547e4da8ffd57f57e5bb3e4867bf82521 | |
parent | 6541b70b853020c3966ea964467c4f89de0c6056 (diff) |
Fix incorrect number of tests in mpfr
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9331 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/mpfr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index b911d70c3..2bc943129 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -55,7 +55,7 @@ Do not skip it under any circumstances.</para> </important> - <para>Test the results and ensure that all 148 tests passed:</para> + <para>Test the results and ensure that all tests passed:</para> <screen><userinput remap="test">make check</userinput></screen> |