diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:25:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:25:45 -0800 |
commit | fd668f87d178a5e2aab256a0d347bd802af4b1a4 (patch) | |
tree | 4149c05c0f266ab0169acaa6821f29a22a19c2c4 | |
parent | dd9449fad6268410ee050b46e00ffcac771c1cfd (diff) | |
download | txr-fd668f87d178a5e2aab256a0d347bd802af4b1a4.tar.gz txr-fd668f87d178a5e2aab256a0d347bd802af4b1a4.tar.bz2 txr-fd668f87d178a5e2aab256a0d347bd802af4b1a4.zip |
doc: wrong word under cptr.
* txr.1: Fix "an" that should be "and".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |