summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-04-15 12:28:24 +0200
committertege <tege@gmplib.org>2000-04-15 12:28:24 +0200
commitf1ff6383ee6b1891050499760d34851fa232ff5c (patch)
treeb7399ad9eaf04b674df1d33a387d57c9a73c1980
parent22fdeec8aefc173c984aaf59f22bdea635fe1620 (diff)
downloadgmp-f1ff6383ee6b1891050499760d34851fa232ff5c.tar.gz
Fix typo in comment.
-rw-r--r--mpn/generic/addsub_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/generic/addsub_n.c b/mpn/generic/addsub_n.c
index c9d6c17a7..450e68cbf 100644
--- a/mpn/generic/addsub_n.c
+++ b/mpn/generic/addsub_n.c
@@ -51,7 +51,7 @@ mpn_addsub_n (r1p, r2p, s1p, s2p, n)
/* We alternatingly add and subtract in chunks that fit into the (L1)
cache. Since the chunks are several hundred limbs, the function call
- overhead is indignificant, but we get much better locality. */
+ overhead is insignificant, but we get much better locality. */
/* We have three variant of the inner loop, the proper loop is chosen
depending on whether r1 or r2 are the same operand as s1 or s2. */