guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: doc: Fix typo in VM instruction name.


From: Ludovic Courtès
Subject: [Guile-commits] 02/02: doc: Fix typo in VM instruction name.
Date: Tue, 1 Nov 2022 17:03:01 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit f72cd791520ee3015a8b7d4e5059b3ed7a1f24bd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 1 21:59:07 2022 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]