diff options
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r-- | sys/kern/kern_tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index d973348..a67a603 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -484,7 +484,7 @@ tc_windup(void) th->th_offset_count = ncount; } - /*- + /* * Recalculate the scaling factor. We want the number of 1/2^64 * fractions of a second per period of the hardware counter, taking * into account the th_adjustment factor which the NTP PLL/adjtime(2) |