diff --git a/arch/nios2/cpu/exceptions.S b/arch/nios2/cpu/exceptions.S index a949372..8e024ce 100644 --- a/arch/nios2/cpu/exceptions.S +++ b/arch/nios2/cpu/exceptions.S @@ -122,7 +122,7 @@ mov r4, sp /* ptr to regs */ callr r3 - /* Restore regsisters and return from exception*/ + /* Restore registers and return from exception */ _exception_return: ldw r1, 4(sp) ldw r2, 8(sp)