From e069392cb1aaab8cfa60fbb448d5b688b06776e7 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 6 Aug 2009 19:33:06 +0000 Subject: [PATCH] Correct spelling error in comment only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@828 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/GCC/Nios2/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/portable/GCC/Nios2/port.c b/Source/portable/GCC/Nios2/port.c index db64ba9d9..c83896d09 100644 --- a/Source/portable/GCC/Nios2/port.c +++ b/Source/portable/GCC/Nios2/port.c @@ -205,7 +205,7 @@ int alt_irq_register( alt_u32 id, void* context, void (*handler)(void*, alt_u32) { /* * interrupts are disabled while the handler tables are updated to ensure - * that an interrupt doesn't occur while the tables are in an inconsistant + * that an interrupt doesn't occur while the tables are in an inconsistent * state. */ -- 2.39.2