git: cabb5add07a6 - main - rockship: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 17 Jan 2026 18:40:23 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=cabb5add07a60c146698d09759445276aa96757a

commit cabb5add07a60c146698d09759445276aa96757a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-01-17 18:38:53 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-01-17 18:38:53 +0000

    rockship: Fix a typo in a source code comment
    
    - s/vaues/values/
    
    MFC after:      5 days
---
 sys/dev/clk/rockchip/rk_clk_fract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  */