aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-27 02:28:43 +0200
committerMattias Andrée <maandree@kth.se>2016-04-27 02:28:46 +0200
commitd8b03c927769256ad954eb1c1033a6dfeaf22c0f (patch)
tree9a4f94cf60d42fda3610e106ff141cc439061d61 /README
parentFunctions in the translation layers should static inline. Probably not always fair... (diff)
downloadlibzahl-d8b03c927769256ad954eb1c1033a6dfeaf22c0f.tar.gz
libzahl-d8b03c927769256ad954eb1c1033a6dfeaf22c0f.tar.bz2
libzahl-d8b03c927769256ad954eb1c1033a6dfeaf22c0f.tar.xz
Fix typo, thank you Neven
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 31deab0..8af4c38 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ ETYMOLOGY
DESCRIPTION
libzahl is a C library for arbitrary size integers,
- that aims to be usable for rubust programs, and be
+ that aims to be usable for robust programs, and be
fast.
libzahl will accomplish this by using long jumps
@@ -24,7 +24,7 @@ DESCRIPTION
all output parameters are before the input parameters.
RATIONALE
- GMP MP cannot be used for rubust programs. LibTomMath
+ GMP MP cannot be used for robust programs. LibTomMath
is too slow, probably because of all memory allocations,
and has a nonintuitive API. TomsFastMath has an a
nonintuitive API, has limited precision (selected at