diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2021-08-20 01:48:47 +0530 |
---|---|---|
committer | Daniel Llorens <lloda@sarc.name> | 2021-11-03 12:15:42 +0100 |
commit | c5f443de79d1cb16ddf34873adb185599836a91b (patch) | |
tree | 98d7a77164ac7886cf95160c80aac8d1e943fd8f /doc/ref/api-foreign.texi | |
parent | ab9c0c9ca787da60ac9b956fdbcf4c1fa68c3300 (diff) | |
download | guile-c5f443de79d1cb16ddf34873adb185599836a91b.tar.gz |
Fix typos in SRFI docs
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50127
* doc/ref/api-foreign.texi, doc/ref/srfi-modules.texi: Fix typos.
Diffstat (limited to 'doc/ref/api-foreign.texi')
-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 2bd460a88..a1a1016b0 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -606,7 +606,7 @@ Mutating the returned bytevector mutates the memory pointed to by @deffn {Scheme Procedure} bytevector->pointer bv [offset] @deffnx {C Function} scm_bytevector_to_pointer (bv, offset) -Return a pointer pointer aliasing the memory pointed to by @var{bv} or +Return a pointer aliasing the memory pointed to by @var{bv} or @var{offset} bytes after @var{bv} when @var{offset} is passed. @end deffn |