From d32d2c328a8f65c7548871cd0617afaebf3f6f68 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Jul 2017 22:45:21 -0700 Subject: doc: ffi out semantics wrongly refers to in semantics. * txr.1: of course, the out operation of a type recursively invokes the out operation on embedded pointers, not the in operation. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index e613d217..673014bf 100644 --- a/txr.1 +++ b/txr.1 @@ -54488,7 +54488,7 @@ is no use in reconstructing a new version of the structure; the caller will not receive the change. However, if the structure contains pointers to data that was updated, by the callback, those changes must materialize. This is achieved by triggering the by-value nuance of the structure type's out operation, which -will recursively invoke the in operation of embedded pointers, which will +will recursively invoke the out operation of embedded pointers, which will in turn invoke the by-pointer nuance. .SS* The FFI Type System -- cgit v1.2.3