poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] doc: fix typos in poke.texi


From: Indu Bhagat
Subject: Re: [PATCH] doc: fix typos in poke.texi
Date: Tue, 23 Feb 2021 16:33:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 2/23/21 3:06 PM, Jose E. Marchesi wrote:

Hi Indu.

2021-02-23  Indu Bhagat  <indu.bhagat@oracle.com>

         * doc/poke.texi: fix minor typos


This is OK for master.
Thanks!


Pushed.
Thanks!

---
  doc/poke.texi | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/poke.texi b/doc/poke.texi
index 3a83eec5..b8e61d99 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -797,7 +797,7 @@ exec poke -L "$0" "$@@"
  !#
load elf;
-printf ("%v\n", Elf4_Ehdr @@ 0#B);
+printf ("%v\n", Elf64_Ehdr @@ 0#B);
  @end example
@node Basic Editing
@@ -7788,7 +7788,7 @@ Examples:
  [0,0]
  (poke) int[2](10)
  [10,10]
-(poke) offset<int,#B>[2](16#b)
+(poke) offset<int,B>[2](16#b)
  [2#B,2#B]
  (poke) string[3]()
  ["","",""]
@@ -10310,7 +10310,7 @@ example:
  raise Exception @{ code = 255; msg = "double upset event" @};
  @end example
-User-defined exceptions should be resgistered using @code{exception_code}
+User-defined exceptions should be registered using @code{exception_code}
  function.  For example:
@example




reply via email to

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