Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2026 08:54:22 +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: 58cf810066c8 - main - clk: Fix a typo in a source code comment
Message-ID:  <6a2e6c3e.33a57.3f04ede2@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=58cf810066c850131d29de2eee32239e6f817c58

commit 58cf810066c850131d29de2eee32239e6f817c58
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:51:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-14 08:51:59 +0000

    clk: Fix a typo in a source code comment
    
    - s/freqency/frequency/
    
    MFC after:      3 days
---
 sys/dev/clk/clknode_if.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/clk/clknode_if.m b/sys/dev/clk/clknode_if.m
index 69cb514e4deb..5a7ed22446f6 100644
--- a/sys/dev/clk/clknode_if.m
+++ b/sys/dev/clk/clknode_if.m
@@ -51,7 +51,7 @@ METHOD int recalc_freq {
 #
 # Set frequency
 #     fin - parent (input)frequency.
-#     fout - requested output freqency. If clock cannot change frequency,
+#     fout - requested output frequency. If clock cannot change frequency,
 #	    then must return new requested frequency for his parent
 METHOD int set_freq {
 	struct clknode	*clk;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e6c3e.33a57.3f04ede2>