summaryrefslogtreecommitdiff
path: root/tune/time.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-08-22 01:02:05 +0200
committerKevin Ryde <user42@zip.com.au>2003-08-22 01:02:05 +0200
commit1e9a53c693c1cb0f86071c4f59973ba7687420b9 (patch)
tree9ea69a9e453fff603fd474ac9867e03d6064cfca /tune/time.c
parentd1233a920a778b3ef0283bfa85e922a8c914343a (diff)
downloadgmp-1e9a53c693c1cb0f86071c4f59973ba7687420b9.tar.gz
Fix a typo in a comment.
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 aa3d61e07..9c2f03e7c 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -108,7 +108,7 @@ MA 02111-1307, USA. */
On PowerPC the timebase registers could be used, but would have to do
something to find out the speed. On 6xx chips it's normally 1/4 bus
- speed, on 4xx chips it's wither that or an external clock. Measuring
+ speed, on 4xx chips it's either that or an external clock. Measuring
against gettimeofday might be ok. */