From 231c71106eaa092b9e0c6706ddf873bf9dd65d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=A1lvez?= Date: Sat, 6 Apr 2019 11:25:28 +0200 Subject: [PATCH] Fix typo --- sys/interrupts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/interrupts.c b/sys/interrupts.c index 0439c40..5fa81da 100644 --- a/sys/interrupts.c +++ b/sys/interrupts.c @@ -442,7 +442,7 @@ bool xlbarb_interrupt_handler(void *arg1, void *arg2) dbg("arg1=0x%08x arg2=0x%08x\r\n", arg1, arg2); /* - * TODO: we should probably issue a bus error when this occors + * TODO: we should probably issue a bus error when this occurs */ err("XLB arbiter interrupt\r\n"); err("captured address: 0x%08lx\r\n", MCF_XLB_XARB_ADRCAP);