Fix typo - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3a3ea3e654fa7131c0812977f92dc923d4daf9ce | |
parent 626dc2a770207bc1398214e040166f58ec9b8df4 | |
Author: Mattias Andrée <[email protected]> | |
Date: Wed, 11 May 2016 20:51:46 +0200 | |
Fix typo | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M doc/arithmetic.tex | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/arithmetic.tex b/doc/arithmetic.tex | |
@@ -101,7 +101,7 @@ in-place operation: | |
Use this whenever possible, it will improve | |
your performance, as it will involve less | |
CPU instructions for each character-addition | |
-and it may be possible to elementation some | |
+and it may be possible to eliminate some | |
character-additions. | |