Date: Sun, 14 Jun 2026 08:54:23 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f2574978567e - main - acpi(4): Fix a typo in a source code comment Message-ID: <6a2e6c3f.32336.10e1ee14@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e6c3f.32336.10e1ee14>
