acpi(4): Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-06-14 10:52:48 +02:00
parent 58cf810066
commit f257497856
+1 -1
View File
@@ -322,7 +322,7 @@ acpi_timer_get_timecount_safe(struct timecounter *tc)
}
/*
* Timecounter freqency adjustment interface.
* Timecounter frequency adjustment interface.
*/
static int
acpi_timer_sysctl_freq(SYSCTL_HANDLER_ARGS)