From bf2e9c91b8cdcbde2c65d04490c7fbd488ac705e Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Mon, 4 Jul 2011 00:53:03 +0400 Subject: NiosII: fix typo in cpu/exceptions.S Signed-off-by: Sascha Hauer --- arch/nios2/cpu/exceptions.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/nios2') 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) -- cgit v1.2.3