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