aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/libffi.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-15 09:24:40 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-15 09:24:40 +0200
commitd4c8dce41281747caf8a0537a3c41b64e78f767c (patch)
tree548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter08/libffi.xml
parentdf1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff)
parent06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff)
Merge branch 'trunk' into plabs/condxml
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>