Fix typo - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a72b716d241c2ef797482a5e4ebd6731a010fd03 | |
parent d067895614aed8572f40da22ccea50b781cfbc0d | |
Author: Mattias Andrée <[email protected]> | |
Date: Fri, 13 May 2016 20:49:21 +0200 | |
Fix typo | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M doc/number-theory.tex | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/number-theory.tex b/doc/number-theory.tex | |
@@ -179,7 +179,7 @@ $\max x : 2^x \vert z$ is returned by {\tt zlsb(z)} | |
\section{Primality test} | |
\label{sec:Primality test} | |
-The primality of an integer can be test with | |
+A primality of an integer can be test with | |
\begin{alltt} | |
enum zprimality zptest(z_t w, z_t a, int t); |