poke-devel
[Top][All Lists]
Advanced

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

[PATCH] doc: fix typo in manual describing size in bits of an integer.


From: Guillermo E. Martinez
Subject: [PATCH] doc: fix typo in manual describing size in bits of an integer.
Date: Thu, 9 Sep 2021 17:28:29 -0500

Hello guys,

Reading the current poke.pdf manual, I found a typo error,
not really a big deal, but I  fun to contribute to poke project
in some way.

Kinds Regards,
Guillermo

---
 doc/poke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/poke.texi b/doc/poke.texi
index 9acf133a..aa59b3a3 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -1936,7 +1936,7 @@ The reason is that poke is not limited to integers 
composed of a whole
 number of bytes. You can actually have integers having @emph{any}
 number of bits, between 1 and 64.  So yes, @code{int<3>} is a type
 specifier for signed 3-bit integers, and @code{uint<17>} is a type
-specifier for unsigned 7-bit integers.
+specifier for unsigned 17-bit integers.
 
 We call integers like this @dfn{weird integers}.
 
-- 
2.30.2




reply via email to

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