Fix typo - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5c96f694655fa00ea03bc13244435e9b264250b0 | |
parent 1dc093d182104cb81d84c6730902d161fd45c732 | |
Author: Mattias Andrée <[email protected]> | |
Date: Mon, 6 Jun 2016 11:33:55 +0200 | |
Fix typo | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M doc/not-implemented.tex | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex | |
@@ -678,7 +678,7 @@ be implemented. | |
\subsection{Variadic initialisation} | |
\label{sec:Variadic initialisation} | |
-Must bignum libraries have variadic functions | |
+Most bignum libraries have variadic functions | |
for initialisation and uninitialisation. This | |
is not available in libzahl, because it is | |
not useful enough and has performance overhead. |