summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
commit63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 (patch)
treea72b9a5d4a2a62cb1796ddc9c64467e0b7edbc85 /tune
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'tune')
-rw-r--r--tune/README2
-rw-r--r--tune/common.c2
-rw-r--r--tune/powerpc.asm2
-rw-r--r--tune/powerpc64.asm2
-rw-r--r--tune/speed.h2
-rw-r--r--tune/time.c2
-rw-r--r--tune/tuneup.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/tune/README b/tune/README
index 80acd7b1e..3e17b46ea 100644
--- a/tune/README
+++ b/tune/README
@@ -287,7 +287,7 @@ mpn_divrem_1, using division by 32 as an example.
EXAMPLE COMPARISONS - MULTIPLICATION
-mul_basecase takes a ".<r>" parameter. If positivie, it gives the second
+mul_basecase takes a ".<r>" parameter. If positive, it gives the second
(smaller) operand size. For example to show speeds for 3x3 up to 20x3 in
cycles,
diff --git a/tune/common.c b/tune/common.c
index 59cab7996..859eecbf4 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -350,7 +350,7 @@ speed_cache_fill (struct speed_params *s)
}
-/* Miscellanous options accepted by tune and speed programs under -o. */
+/* Miscellaneous options accepted by tune and speed programs under -o. */
void
speed_option_set (const char *s)
diff --git a/tune/powerpc.asm b/tune/powerpc.asm
index 4391ec102..15a48806d 100644
--- a/tune/powerpc.asm
+++ b/tune/powerpc.asm
@@ -6,7 +6,7 @@ dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public License as
-dnl published by the Free Software Foundationn; either version 3 of the
+dnl published by the Free Software Foundation; either version 3 of the
dnl License, or (at your option) any later version.
dnl
dnl The GNU MP Library is distributed in the hope that it will be useful,
diff --git a/tune/powerpc64.asm b/tune/powerpc64.asm
index eb705466d..8a5d5143a 100644
--- a/tune/powerpc64.asm
+++ b/tune/powerpc64.asm
@@ -6,7 +6,7 @@ dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public License as
-dnl published by the Free Software Foundationn; either version 3 of the
+dnl published by the Free Software Foundation; either version 3 of the
dnl License, or (at your option) any later version.
dnl
dnl The GNU MP Library is distributed in the hope that it will be useful,
diff --git a/tune/speed.h b/tune/speed.h
index b68993ff8..9331de252 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -787,7 +787,7 @@ int speed_routine_count_zeros_setup (struct speed_params *, mp_ptr, int, int);
TMP_MARK; \
SPEED_TMP_ALLOC_LIMBS (wp, s->size, s->align_wp); \
\
- /* (don't have a mechnanism to specify zp alignments) */ \
+ /* (don't have a mechanism to specify zp alignments) */ \
for (i = 0; i < K; i++) \
SPEED_TMP_ALLOC_LIMBS (zp[i], s->size, 0); \
\
diff --git a/tune/time.c b/tune/time.c
index a9e684ecf..86410c694 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -1,4 +1,4 @@
-/* Time routines for speed measurments.
+/* Time routines for speed measurements.
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2010, 2011, 2012 Free Software
Foundation, Inc.
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 20f9161e6..0d24a97a3 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1828,7 +1828,7 @@ tune_gcdext_dc (void)
/* In tune_powm_sec we compute the table used by the win_size function. The
cutoff points are in exponent bits, disregarding other operand sizes. It is
- not possible to use the one framework since it currently uses a granilarity
+ not possible to use the one framework since it currently uses a granularity
of full limbs.
*/