clk: Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-06-14 10:51:59 +02:00
parent 0ea84e9cce
commit 58cf810066
+1 -1
View File
@@ -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;