From f72cd791520ee3015a8b7d4e5059b3ed7a1f24bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 1 Nov 2022 21:59:07 +0100 Subject: doc: Fix typo in VM instruction name. * doc/ref/vm.texi (Intrinsic Call Instructions): Fix name of 'call-scm<-thread'. --- doc/ref/vm.texi | 4 ++-- 1 file 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}. -- cgit v1.2.1