aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-06-14 08:50:02 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-06-14 08:50:02 +0000
commit6280a0630089d6e1726f9942ce9118556a32bb59 (patch)
tree0ef1b5d997c4cee18a0840948f9abb20eba4d532
parent54e4b9c9faf0d4d478eea41fed0a7c7f0bac5eda (diff)
qcom_clk: Fix a typo in a source code comment
- s/freqency/frequency/ MFC after: 3 days
-rw-r--r--sys/dev/qcom_clk/qcom_clk_rcg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qcom_clk/qcom_clk_rcg2.c b/sys/dev/qcom_clk/qcom_clk_rcg2.c
index 6a1962982184..f45ad3fef829 100644
--- a/sys/dev/qcom_clk/qcom_clk_rcg2.c
+++ b/sys/dev/qcom_clk/qcom_clk_rcg2.c
@@ -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,