git: 652f4d4c1e40 - stable/14 - acpi(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jun 2026 04:53:14 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=652f4d4c1e400aac30ed4c0017540d932936c16f
commit 652f4d4c1e400aac30ed4c0017540d932936c16f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:52:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-17 04:51:44 +0000
acpi(4): Fix a typo in a source code comment
- s/freqency/frequency/
(cherry picked from commit f2574978567e63a1eb518c6d325ddf424a22a5e0)
---
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 e78b4728749a..8f7fabfe19e2 100644
--- a/sys/dev/acpica/acpi_timer.c
+++ b/sys/dev/acpica/acpi_timer.c
@@ -344,7 +344,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)