From 4a3db517e4c850a064a85642abce240b7a470af1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Dec 2014 11:07:02 +0100 Subject: bsps/sparc: Fix trap table initialization Fixes bug introduced with dff1803cfbec3775fff1b9c34cc707c05494dc3b. --- c/src/lib/libbsp/sparc/leon3/startup/spurious.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sparc/leon3/startup/spurious.c') diff --git a/c/src/lib/libbsp/sparc/leon3/startup/spurious.c b/c/src/lib/libbsp/sparc/leon3/startup/spurious.c index f4b02e3c3d..0fb784963b 100644 --- a/c/src/lib/libbsp/sparc/leon3/startup/spurious.c +++ b/c/src/lib/libbsp/sparc/leon3/startup/spurious.c @@ -149,7 +149,7 @@ void bsp_spurious_initialize() * Skip window overflow, underflow, and flush as well as software * trap 0,9,10 which we will use as a shutdown, IRQ disable, IRQ enable. * Also avoid trap 0x70 - 0x7f which cannot happen and where some of the - * space is used to pass paramaters to the program. + * space is used to pass parameters to the program. */ if (( trap == 5 ) || ( trap == 6 ) || -- cgit v1.2.3