summaryrefslogtreecommitdiff
path: root/mpn/s390_64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-12-28 19:22:16 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-12-28 19:22:16 +0100
commitf72f90decc6852d332186c6d7ad2ad0f34cec3af (patch)
tree3d2c432f583ae1341d27c3ad4c3863f6a464b3cf /mpn/s390_64
parent4acc7705c33f60d3316b6bdb56486240d2d85711 (diff)
downloadgmp-f72f90decc6852d332186c6d7ad2ad0f34cec3af.tar.gz
Spelling fixes.
Diffstat (limited to 'mpn/s390_64')
-rw-r--r--mpn/s390_64/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/s390_64/README b/mpn/s390_64/README
index 33ed26ff0..32eaaa7be 100644
--- a/mpn/s390_64/README
+++ b/mpn/s390_64/README
@@ -69,7 +69,7 @@ mpn_mul_2, mpn_addmul_2
At least for older machines (z900, z990) with very slow MLGR, we
should use Karatsuba's algorithm on 2-limb units, making mul_2 and
-addmul_2 the main multiplicaton primitives. The newer machines might
+addmul_2 the main multiplication primitives. The newer machines might
benefit less from this approach, perhaps in particular z10, where MLGR
clustering is more important.