arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".

This commit is contained in:
Vagrant Cascadian
2022-01-13 07:57:50 -05:00
committed by Tom Rini
parent 0580cd1636
commit d1cab4f5f0
+1 -1
View 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();
}
}