diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c index 4edaa37d9b5..a1a5d8140b1 100644 --- a/sys/x86/x86/tsc.c +++ b/sys/x86/x86/tsc.c @@ -420,7 +420,7 @@ probe_tsc_freq_late(void) } else { /* * Calibrate against a timecounter or the 8254 PIT. This - * estimate will be refined later in tsc_calib(). + * estimate will be refined later in tsc_calibrate(). */ tsc_freq_tc(&tsc_freq); if (bootverbose)