From: Michal Simek Date: Fri, 24 Jun 2022 12:14:59 +0000 (+0200) Subject: microblaze: Fix typo in exception.c X-Git-Tag: baikal/mips/sdk5.8.2~5^2~292^2~13^2~49 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=e311553f569a188e27b73142834ce09547ec6308;p=uboot.git microblaze: Fix typo in exception.c Trivial fix. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/c4ede6dc738c5bd7c518f3bb2c9410b15c102e20.1655299267.git.michal.simek@amd.com --- diff --git a/arch/microblaze/cpu/exception.c b/arch/microblaze/cpu/exception.c index d3640d3903..9414776afa 100644 --- a/arch/microblaze/cpu/exception.c +++ b/arch/microblaze/cpu/exception.c @@ -16,7 +16,7 @@ void _hw_exception_handler (void) /* loading address of exception EAR */ MFS(address, rear); - /* loading excetpion state register ESR */ + /* loading exception state register ESR */ MFS(state, resr); printf("Hardware exception at 0x%x address\n", address); R17(address);