git: b6724f7004cd - main - tegra: Fix a common typo in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 06 Feb 2022 16:31:21 UTC
The branch main has been updated by gbe (doc committer):

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

commit b6724f7004cda7a554596a9a899ed5a151a4f151
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-06 16:31:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-02-06 16:31:05 +0000

    tegra: Fix a common typo in source code comments
    
    - s/ajusted/adjusted/
    
    MFC after:      3 days
---
 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 =