GNU bug report logs -
#41471
[PATCH] doc: Fix a few typos in vm section.
Previous Next
Reported by: bavier <at> posteo.net
Date: Sat, 23 May 2020 04:12:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41471 in the body.
You can then email your comments to 41471 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#41471
; Package
guile
.
(Sat, 23 May 2020 04:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
bavier <at> posteo.net
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Sat, 23 May 2020 04:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Eric Bavier <bavier <at> member.fsf.org>
* doc/ref/vm.texi: Fix some grammar and typos.
---
doc/ref/vm.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index 8ee3dccfc..d45a3ad9b 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -1375,7 +1375,7 @@ as a @code{scm} value directly.
@deftypefn Instruction {} make-non-immediate s24:@var{dst} n32:@var{offset}
Load a pointer to statically allocated memory into @var{dst}. The
-object's memory is will be found @var{offset} 32-bit words away from the
+object's memory will be found @var{offset} 32-bit words away from the
current instruction pointer. Whether the object is mutable or immutable
depends on where it was allocated by the compiler, and loaded by the
loader.
@@ -1384,7 +1384,7 @@ loader.
Sometimes you need to load up a code pointer into a register; for this,
use @code{load-label}.
-@deftypefn Instruction {} make-non-immediate s24:@var{dst} l32:@var{offset}
+@deftypefn Instruction {} load-label s24:@var{dst} l32:@var{offset}
Load a label @var{offset} words away from the current @code{ip} and
write it to @var{dst}. @var{offset} is a signed 32-bit integer.
@end deftypefn
@@ -1422,7 +1422,7 @@ pointer. @var{offset} is a signed value.
Fields of non-immediates may need to be fixed up at load time, because
we do not know in advance at what address they will be loaded. This is
the case, for example, for a pair containing a non-immediate in one of
-its fields. @code{static-ref} and @code{static-patch!} are used in
+its fields. @code{static-set!} and @code{static-patch!} are used in
these situations.
@deftypefn Instruction {} static-set! s24:@var{src} lo32:@var{offset}
--
2.26.2
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 27 May 2020 20:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
bavier <at> posteo.net
:
bug acknowledged by developer.
(Wed, 27 May 2020 20:43:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 41471-done <at> debbugs.gnu.org (full text, mbox):
Hi Eric,
bavier <at> posteo.net skribis:
> From: Eric Bavier <bavier <at> member.fsf.org>
>
> * doc/ref/vm.texi: Fix some grammar and typos.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 25 Jun 2020 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.