]> git.sur5r.net Git - freertos/commitdiff
Correct spelling error in comment only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Aug 2009 19:33:06 +0000 (19:33 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Aug 2009 19:33:06 +0000 (19:33 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@828 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/Nios2/port.c

index db64ba9d9cf88bb186d37291b10251aaa3e72e14..c83896d09c255c6ca2f789870931f40be82f61b3 100644 (file)
@@ -205,7 +205,7 @@ int alt_irq_register( alt_u32 id, void* context, void (*handler)(void*, alt_u32)
        {\r
                /* \r
                 * interrupts are disabled while the handler tables are updated to ensure\r
-                * that an interrupt doesn't occur while the tables are in an inconsistant\r
+                * that an interrupt doesn't occur while the tables are in an inconsistent\r
                 * state.\r
                 */\r
        \r