git: 1dfc91f28942 - stable/14 - clk: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jun 2026 04:53:09 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1dfc91f289424fd40a056ebb7b32d19577403dd2
commit 1dfc91f289424fd40a056ebb7b32d19577403dd2
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:51:59 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-17 04:50:42 +0000
clk: Fix a typo in a source code comment
- s/freqency/frequency/
(cherry picked from commit 58cf810066c850131d29de2eee32239e6f817c58)
---
sys/dev/extres/clk/clknode_if.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/extres/clk/clknode_if.m b/sys/dev/extres/clk/clknode_if.m
index 69cb514e4deb..5a7ed22446f6 100644
--- a/sys/dev/extres/clk/clknode_if.m
+++ b/sys/dev/extres/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;