summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-11-01 21:59:07 +0100
committerLudovic Courtès <ludo@gnu.org>2022-11-01 22:02:25 +0100
commitf72cd791520ee3015a8b7d4e5059b3ed7a1f24bd (patch)
treee1029709635ab739d12111ec2f5964f3e66920e6
parent11dea3c363eb019b4c3694c3321dbf676e6aa039 (diff)
downloadguile-f72cd791520ee3015a8b7d4e5059b3ed7a1f24bd.tar.gz
doc: Fix typo in VM instruction name.
* doc/ref/vm.texi (Intrinsic Call Instructions): Fix name of 'call-scm<-thread'.
-rw-r--r--doc/ref/vm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index 1d32f94a1..4515e5e13 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 2008-2011, 2013, 2015, 2018, 2019, 2020
+@c Copyright (C) 2008-2011, 2013, 2015, 2018, 2019, 2020, 2022
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -1086,7 +1086,7 @@ the locals @var{a}, @var{b}, and @var{c} as arguments. @var{a} is a
which fit into @code{size_t} and @code{uint32_t} types, respectively.
@end deftypefn
-@deftypefn Instruction {} call-scm<-u64 s24:@var{dst} c32:@var{idx}
+@deftypefn Instruction {} call-scm<-thread s24:@var{dst} c32:@var{idx}
Call the @code{SCM}-returning instrinsic with index @var{idx}, passing
the current @code{scm_thread*} as the argument. Place the result in
@var{dst}.