diff options
author | Mark H Weaver <mhw@netris.org> | 2014-02-25 17:38:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-02-27 22:26:05 -0500 |
commit | caa3d99be9932077230303a5571697f7d45f3da2 (patch) | |
tree | a7a8726c3c1b28c879b27dff378c2feacd0d2c90 | |
parent | a8b80d6b29b33ea39c96e5e366a0365886b31dc8 (diff) |
Fix typo in manual.
* doc/ref/api-foreign.texi (Void Pointers and Byte Access):
(rnrs bytevector) --> (rnrs bytevectors).
-rw-r--r-- | doc/ref/api-foreign.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 381c10d63..c2c49ec48 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -604,7 +604,7 @@ Unpack the pointer value from a pointer object. Wrapped pointers are untyped, so they are essentially equivalent to C @code{void} pointers. As in C, the memory region pointed to by a pointer can be accessed at the byte level. This is achieved using -@emph{bytevectors} (@pxref{Bytevectors}). The @code{(rnrs bytevector)} +@emph{bytevectors} (@pxref{Bytevectors}). The @code{(rnrs bytevectors)} module contains procedures that can be used to convert byte sequences to Scheme objects such as strings, floating point numbers, or integers. |