aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/libffi.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
commitd672ab7d660f95484428882d9bebfa259ee9d368 (patch)
treed0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/libffi.xml
parentc8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff)
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/libffi.xml')
-rw-r--r--chapter08/libffi.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml
index 1c93a7df4..11539b2cf 100644
--- a/chapter08/libffi.xml
+++ b/chapter08/libffi.xml
@@ -66,9 +66,9 @@
<para>Ensure GCC optimizes for the current system. If this
is not specified, the system is guessed and the code generated
may not be correct for some systems. If the generated code
- will be copied from the native system to a less capable
- system, use the less capable system as a parameter. For details
- about alternative system types, see <ulink
+ will be copied from the native system to a less capable
+ system, use the less capable system as a parameter. For details
+ about alternative system types, see <ulink
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
the x86 options in the GCC manual</ulink>.</para>
</listitem>