Fix typo - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 79484235aae6729a2489c8477695c72ba77e9b58
 (DIR) parent 91881e515fe1d295c7a5f26c7a79532746fba7f3
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Fri, 13 May 2016 21:13:43 +0200
       
       Fix typo
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/not-implemented.tex             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
       @@ -596,7 +596,7 @@ character manually with using {\tt zxor}.
        
        \begin{alltt}
        uint64_t
       -etu(z_t a)
       +getu(z_t a)
        \{
            return zzero(a) ? 0 : a->chars[0];
        \}