summaryrefslogtreecommitdiffstats
path: root/arch/nios2/cpu
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-07-04 00:53:03 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-04 08:59:39 +0200
commitbf2e9c91b8cdcbde2c65d04490c7fbd488ac705e (patch)
treeadafe0f64d1f181f99ff52f5b7b3bb0056334c82 /arch/nios2/cpu
parentd93a20734d74f8474846f9b354c96fe7b44601e7 (diff)
downloadbarebox-bf2e9c91b8cdcbde2c65d04490c7fbd488ac705e.tar.gz
barebox-bf2e9c91b8cdcbde2c65d04490c7fbd488ac705e.tar.xz
NiosII: fix typo in cpu/exceptions.S
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2/cpu')
-rw-r--r--arch/nios2/cpu/exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/cpu/exceptions.S b/arch/nios2/cpu/exceptions.S
index a949372434..8e024cefa3 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)