Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 04:49:51 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 55407c3540a3 - stable/15 - acpi(4): Fix a typo in a source code comment
Message-ID:  <6a32276f.432c5.52532f7e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a32276f.432c5.52532f7e>