From fd668f87d178a5e2aab256a0d347bd802af4b1a4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 20 Feb 2019 21:25:45 -0800 Subject: doc: wrong word under cptr. * txr.1: Fix "an" that should be "and". --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index e039488c..217907a8 100644 --- a/txr.1 +++ b/txr.1 @@ -58265,7 +58265,7 @@ The type tag plays a role in FFI. The FFI type supports a tag attribute. When a .code cptr object is converted to a foreign pointer under the control of the FFI -type, an that FFI type has a tag other than +type, and that FFI type has a tag other than .codn nil , the object's tag must exactly match that of the FFI type, or the conversion throws an error. In the reverse direction, when a foreign pointer is -- cgit v1.2.3