summaryrefslogtreecommitdiff
path: root/tune/time.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-15 01:11:19 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-15 01:11:19 +0100
commitf7fa2e843382fba23fd46d68958ffc8652300b1d (patch)
tree31db0a9dd2ede49ca1c5622378efdf1511e26284 /tune/time.c
parenta0c731b2f4f00407146eaeb29763e388476264e2 (diff)
downloadgmp-f7fa2e843382fba23fd46d68958ffc8652300b1d.tar.gz
Fix lot of spelling errors.
Diffstat (limited to 'tune/time.c')
-rw-r--r--tune/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/time.c b/tune/time.c
index 865a92c75..613f2ae96 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -1289,7 +1289,7 @@ speed_mftb_diff (const unsigned end[2], const unsigned start[2])
psecs might overflow. 2^32 microseconds is only a bit over an hour, or
2^32 nanoseconds only about 4 seconds.
- The casts to "long" are for the beneifit of timebasestruct_t, where the
+ The casts to "long" are for the benefit of timebasestruct_t, where the
fields are only "unsigned int", but we want a signed difference. */
#define DIFF_SECS_ROUTINE(sec, psec, punit) \