tsc: Fix comment.

We do the calibration in tsc_calibrate(), not tsc_calib().

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-08-06 17:21:33 -06:00
parent e1a6d93155
commit ddcd3b606c

View file

@ -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)