1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 06:20:30 +02:00

doc: Fix typo in VM instruction name.

* doc/ref/vm.texi (Intrinsic Call Instructions): Fix name of
'call-scm<-thread'.
This commit is contained in:
Ludovic Courtès 2022-11-01 21:59:07 +01:00
parent 11dea3c363
commit f72cd79152

View file

@ -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}.