git: 55407c3540a3 - stable/15 - 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:49:51 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=55407c3540a30de12d8f1dcdf80853372eda62fd
commit 55407c3540a30de12d8f1dcdf80853372eda62fd
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:48:20 +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 3d51a4211b80..7b3e6a866f47 100644
--- a/sys/dev/acpica/acpi_timer.c
+++ b/sys/dev/acpica/acpi_timer.c
@@ -319,7 +319,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)