git: e85a0e81486c - stable/15 - 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:49:45 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=e85a0e81486c6474258d53968e8511d4441c8d84
commit e85a0e81486c6474258d53968e8511d4441c8d84
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:47:04 +0000
clk: Fix a typo in a source code comment
- s/freqency/frequency/
(cherry picked from commit 58cf810066c850131d29de2eee32239e6f817c58)
---
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;