Date: Sun, 25 Jan 2026 17:52:23 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ed2b5f46cf1a - stable/14 - rockship: Fix a typo in a source code comment Message-ID: <69765857.8403.34013215@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ed2b5f46cf1ad81cc5ee363a89c6d3a357c51509 commit ed2b5f46cf1ad81cc5ee363a89c6d3a357c51509 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-01-17 18:38:53 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-01-25 17:52:03 +0000 rockship: Fix a typo in a source code comment - s/vaues/values/ (cherry picked from commit cabb5add07a60c146698d09759445276aa96757a) --- sys/arm64/rockchip/clk/rk_clk_fract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/rockchip/clk/rk_clk_fract.c b/sys/arm64/rockchip/clk/rk_clk_fract.c index 0feae96b8e62..5bb3431e2cbe 100644 --- a/sys/arm64/rockchip/clk/rk_clk_fract.c +++ b/sys/arm64/rockchip/clk/rk_clk_fract.c @@ -81,7 +81,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 */home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69765857.8403.34013215>
