[PATCH] NiosII: fix typo in cpu/exceptions.S
Antony Pavlov
antonynpavlov at gmail.com
Sun Jul 3 16:53:03 EDT 2011
---
arch/nios2/cpu/exceptions.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ _exception:
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)
--
1.7.5.4
More information about the barebox
mailing list