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

This commit is contained in:
Vagrant Cascadian 2021-12-21 13:07:00 -08:00 committed by Tom Rini
parent 0580cd1636
commit d1cab4f5f0

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();
}
}