emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41471: closed ([PATCH] doc: Fix a few typos in vm section.)


From: GNU bug Tracking System
Subject: bug#41471: closed ([PATCH] doc: Fix a few typos in vm section.)
Date: Wed, 27 May 2020 20:43:02 +0000

Your message dated Wed, 27 May 2020 22:41:53 +0200
with message-id <87wo4xhzzi.fsf@gnu.org>
and subject line Re: bug#41471: [PATCH] doc: Fix a few typos in vm section.
has caused the debbugs.gnu.org bug report #41471,
regarding [PATCH] doc: Fix a few typos in vm section.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41471: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41471
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Fix a few typos in vm section. Date: Fri, 22 May 2020 23:11:03 -0500
From: Eric Bavier <bavier@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#41471: [PATCH] doc: Fix a few typos in vm section. Date: Wed, 27 May 2020 22:41:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi Eric,

bavier@posteo.net skribis:

> From: Eric Bavier <bavier@member.fsf.org>
>
> * doc/ref/vm.texi: Fix some grammar and typos.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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