poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] doc: fix typo in manual describing size in bits of an intege


From: Jose E. Marchesi
Subject: Re: [PATCH] doc: fix typo in manual describing size in bits of an integer.
Date: Fri, 10 Sep 2021 01:05:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Guillermo.

Glad to see you over here :)
Patch applied on your behalf.

Thanks!

> 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}.



reply via email to

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