qcom_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:50:02 +02:00
parent 54e4b9c9fa
commit 6280a06300
+1 -1
View File
@@ -136,7 +136,7 @@ qcom_clk_rcg2_calc_rate(uint64_t rate, uint32_t mode, uint32_t m, uint32_t n,
/*
* The inverse of calc_rate() - calculate the required input frequency
* given the desired output freqency and m/n:d configuration.
* given the desired output frequency and m/n:d configuration.
*/
static uint64_t
qcom_clk_rcg2_calc_input_freq(uint64_t freq, uint32_t m, uint32_t n,