summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-20 06:51:33 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-20 06:51:33 -0700
commit92b915b8623fbc7cad56d46293d1416ab8f0a44a (patch)
treee650c35b4d9c579337f2ec7e0b17e4a4e3914372 /txr.1
parent48b4ba967a3c04c7dd263e775e0cbbb03ed58e8f (diff)
downloadtxr-92b915b8623fbc7cad56d46293d1416ab8f0a44a.tar.gz
txr-92b915b8623fbc7cad56d46293d1416ab8f0a44a.tar.bz2
txr-92b915b8623fbc7cad56d46293d1416ab8f0a44a.zip
doc: grammar
* txr.1: two instances of "an incomplete arrays" in FFI doc.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 426530cb..e4321a84 100644
--- a/txr.1
+++ b/txr.1
@@ -81568,7 +81568,7 @@ stored in the last slot of the Lisp structure. The length includes the
terminating null element for
.code zarray
types. The conversion is consistent with the semantics of an incomplete
-arrays that is not a structure member.
+array that is not a structure member.
In the reverse direction, when a foreign representation is being converted
to a Lisp structure under the control of a flexible structure FFI type,
@@ -81578,7 +81578,7 @@ is a
.code zarray
from detecting null-termination of the foreign array. The conversion of
the array itself is consistent with the semantics of an incomplete
-arrays that is not a structure member.
+array that is not a structure member.
Before the conversion takes place, all of the members of the
structure prior to the terminating array, are extracted and converted to
Lisp representations. The corresponding slots of the Lisp structure are