arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
authorVagrant Cascadian <vagrant@debian.org>
Tue, 21 Dec 2021 21:07:00 +0000 (13:07 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jan 2022 12:57:50 +0000 (07:57 -0500)
arch/arm/mach-keystone/ddr3.c

index 9ee3284..53117c2 100644 (file)
@@ -344,7 +344,7 @@ void ddr3_check_ecc_int(u32 base)
                puts("DDR3 ECC 2-bit error interrupted\n");
 
                if (!ecc_test) {
-                       puts("Reseting the device ...\n");
+                       puts("Resetting the device ...\n");
                        reset_cpu();
                }
        }