diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:56 -0500 |
commit | 43304e49fe1644c3d05009fdb7c73b3aff606857 (patch) | |
tree | a6064779106b1f9ddcc98007699568bf5374e182 /arch/arm/mach-keystone/ddr3.c | |
parent | 37b876359fbd90434b37527fa96f72a31af20f81 (diff) | |
parent | 5e7658925bc46c781bfa9faab8e15e6aac8c2808 (diff) |
Merge branch '2022-01-13-assorted-spelling-fixes'
- Fix a large number of spelling mistakes
Diffstat (limited to 'arch/arm/mach-keystone/ddr3.c')
-rw-r--r-- | arch/arm/mach-keystone/ddr3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c index 9ee32841568..53117c2695c 100644 --- a/arch/arm/mach-keystone/ddr3.c +++ b/arch/arm/mach-keystone/ddr3.c @@ -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(); } } |