summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2013-02-27 19:44:56 +0100
committerNiels M?ller <nisse@lysator.liu.se>2013-02-27 19:44:56 +0100
commit9ca29c0d3bb1d5aaf008bedce236dd591163bbaa (patch)
tree575ee4f7192850b1e5619c5cf05e8878f84e7184 /tune
parentdd2f183a51ce446ff20eb193a28d37e9079aa1d2 (diff)
downloadgmp-9ca29c0d3bb1d5aaf008bedce236dd591163bbaa.tar.gz
Fixed typo in delay loop message.
Diffstat (limited to 'tune')
-rw-r--r--tune/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/time.c b/tune/time.c
index 1670f6ecd..a9e684ecf 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -794,7 +794,7 @@ cgt_works_p (void)
duration = (end.tv_sec + end.tv_nsec * 1e-9
- start.tv_sec - start.tv_nsec * 1e-9);
if (speed_option_verbose)
- printf ("delay loop of %d rounds took %s (according to clock_get_time)\n",
+ printf ("delay loop of %d rounds took %s (according to clock_gettime)\n",
CGT_DELAY_COUNT, unittime_string (duration));
if (duration < 100e-9)
{