poke-devel
[Top][All Lists]
Advanced

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

[PATCH] doc: fix typos in poke.texi


From: Indu Bhagat
Subject: [PATCH] doc: fix typos in poke.texi
Date: Tue, 23 Feb 2021 15:05:13 -0800

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

        * doc/poke.texi: fix minor typos

---
 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
-- 
2.27.0




reply via email to

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