git: c9dffe5bc22e - stable/13 - tegra: Fix a common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 06:20:52 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c9dffe5bc22e1927597a28d208b1fa4b696378d4 commit c9dffe5bc22e1927597a28d208b1fa4b696378d4 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 16:31:05 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-02-09 06:20:05 +0000 tegra: Fix a common typo in source code comments - s/ajusted/adjusted/ (cherry picked from commit b6724f7004cda7a554596a9a899ed5a151a4f151) --- sys/arm/nvidia/tegra124/tegra124_car.c | 2 +- sys/arm64/nvidia/tegra210/tegra210_car.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/nvidia/tegra124/tegra124_car.c b/sys/arm/nvidia/tegra124/tegra124_car.c index 89f3e392c0bc..49246889c062 100644 --- a/sys/arm/nvidia/tegra124/tegra124_car.c +++ b/sys/arm/nvidia/tegra124/tegra124_car.c @@ -191,7 +191,7 @@ PLIST(mux_plld_out0_plld2_out0) = {"pllD_out0", "pllD2_out0"}; PLIST(mux_xusb_hs) = {"xusb_ss_div2", "pllU_60"}; PLIST(mux_xusb_ss) = {"pc_xusb_ss", "osc_div_clk"}; -/* Clocks ajusted online. */ +/* Clocks adjusted online. */ static struct clk_fixed_def fixed_clk_m = FRATE(TEGRA124_CLK_CLK_M, "clk_m", 12000000); static struct clk_fixed_def fixed_osc_div_clk = diff --git a/sys/arm64/nvidia/tegra210/tegra210_car.c b/sys/arm64/nvidia/tegra210/tegra210_car.c index 36400aa88d1f..149fb7864def 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_car.c +++ b/sys/arm64/nvidia/tegra210/tegra210_car.c @@ -189,7 +189,7 @@ PLIST(mux_xusb_hs) = {"xusb_ss_div2", "pllU_60", "pc_xusb_ss" }; PLIST(mux_xusb_ssp) = {"xusb_ss", "osc_div_clk"}; -/* Clocks ajusted online. */ +/* Clocks adjusted online. */ static struct clk_fixed_def fixed_osc = FRATE(TEGRA210_CLK_CLK_M, "osc", 38400000); static struct clk_fixed_def fixed_clk_m =