summaryrefslogtreecommitdiff
path: root/tune/speed.h
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/speed.h
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'tune/speed.h')
-rw-r--r--tune/speed.h2
1 files changed, 1 insertions, 1 deletions
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); \
\