summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-01-17 19:38:53 +0100
committerGordon Bergling <gbe@FreeBSD.org>2026-01-17 19:38:53 +0100
commitcabb5add07a60c146698d09759445276aa96757a (patch)
tree0eb1a94c72dbb00bf0d929f4099677bed148d65d
parent4cd4ccb8e2c032a9db65e37dcf5e3237e08e41bf (diff)
rockship: Fix a typo in a source code comment
- s/vaues/values/ MFC after: 5 days
-rw-r--r--sys/dev/clk/rockchip/rk_clk_fract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/clk/rockchip/rk_clk_fract.c b/sys/dev/clk/rockchip/rk_clk_fract.c
index aa7084c90d76..b06b13146e5f 100644
--- a/sys/dev/clk/rockchip/rk_clk_fract.c
+++ b/sys/dev/clk/rockchip/rk_clk_fract.c
@@ -80,7 +80,7 @@ DEFINE_CLASS_1(rk_clk_fract, rk_clk_fract_class, rk_clk_fract_methods,
* http://en.wikipedia.org/wiki/Continued_fraction
*
* - n_input, d_input Given input fraction
- * - n_max, d_max Maximum vaues of divider registers
+ * - n_max, d_max Maximum values of divider registers
* - n_out, d_out Computed approximation
*/