git: f2574978567e - main - acpi(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 08:54:23 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=f2574978567e63a1eb518c6d325ddf424a22a5e0
commit f2574978567e63a1eb518c6d325ddf424a22a5e0
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:52:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-14 08:52:48 +0000
acpi(4): Fix a typo in a source code comment
- s/freqency/frequency/
MFC after: 3 days
---
sys/dev/acpica/acpi_timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c
index b20912e2f5fb..84d9fb8e6ac8 100644
--- a/sys/dev/acpica/acpi_timer.c
+++ b/sys/dev/acpica/acpi_timer.c
@@ -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)