rockship: Fix a typo in a source code comment

- s/vaues/values/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2026-01-17 19:38:53 +01:00
parent 4cd4ccb8e2
commit cabb5add07
+1 -1
View File
@@ -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
*/