git: 58cf810066c8 - main - clk: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 08:54:22 UTC
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;