summaryrefslogtreecommitdiff
path: root/tune/freq.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-21 00:02:45 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-21 00:02:45 +0200
commit04dde89304e2b57a928a694ccbb600bc67a1ea69 (patch)
tree6099364d1bd7085eaa081d023ec895044c50209c /tune/freq.c
parent1357e4282db2ab8a9cca6724255dcd66449b4c8d (diff)
downloadgmp-04dde89304e2b57a928a694ccbb600bc67a1ea69.tar.gz
Fix a typo in the sysctlbyname code.
Diffstat (limited to 'tune/freq.c')
-rw-r--r--tune/freq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/freq.c b/tune/freq.c
index 5ca720b1c..34dfc9948 100644
--- a/tune/freq.c
+++ b/tune/freq.c
@@ -96,7 +96,7 @@ speed_cpu_frequency_sysctlbyname (void)
}
return 0;
- done:
+ success:
speed_cycletime = 1.0 / (double) val;
if (speed_option_verbose)