aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gmp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/gmp.xml')
-rw-r--r--chapter08/gmp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml
index 2419e2d02..0820f726c 100644
--- a/chapter08/gmp.xml
+++ b/chapter08/gmp.xml
@@ -53,7 +53,7 @@
<note>
<para>The default settings of GMP produce libraries optimized for
the host processor. If libraries suitable for processors less
- capable than the host's CPU are desired, generic libraries can be
+ capable than the host's CPU are desired, generic libraries can be
created by running the following:
<screen role="nodump"><userinput>cp -v configfsf.guess config.guess
@@ -100,7 +100,7 @@ make html</userinput></screen>
<para>Test the results:</para>
<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
-
+
<caution><para>The code in gmp is highly optimized for the processor where
it is built. Occasionally, the code that detects the processor misidentifies
the system capabilities and there will be errors in the tests or other