Fix typo in manual.
authorMark H Weaver <mhw@netris.org>
Tue, 25 Feb 2014 22:38:34 +0000 (17:38 -0500)
committerMark H Weaver <mhw@netris.org>
Fri, 28 Feb 2014 03:26:05 +0000 (22:26 -0500)
* doc/ref/api-foreign.texi (Void Pointers and Byte Access):
  (rnrs bytevector) --> (rnrs bytevectors).

doc/ref/api-foreign.texi

index 381c10d..c2c49ec 100644 (file)
@@ -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.