commit | 7e13a0228f2876421f55156edb06a3e3dadc7f9a | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Tue Dec 21 13:07:00 2021 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 13 07:57:50 2022 -0500 |
tree | 0b09e7d6ba6c8a16ada7a6671c79d5cee1635d94 | |
parent | f0149237ec504555944fbad86ed6c77b89238314 [diff] |
arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c index 9ee3284..53117c2 100644 --- a/arch/arm/mach-keystone/ddr3.c +++ b/arch/arm/mach-keystone/ddr3.c
@@ -344,7 +344,7 @@ puts("DDR3 ECC 2-bit error interrupted\n"); if (!ecc_test) { - puts("Reseting the device ...\n"); + puts("Resetting the device ...\n"); reset_cpu(); } }