tegra: Fix a common typo in source code comments

- s/ajusted/adjusted/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-02-06 17:31:05 +01:00
parent 5a78ec9e7c
commit b6724f7004
2 changed files with 2 additions and 2 deletions

View File

@ -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 =

View File

@ -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 =