mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-22 14:31:59 -04:00
Correct spelling error in comment only.
This commit is contained in:
parent
6358344ea1
commit
5d6acacd7a
|
@ -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
|
* 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.
|
* state.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue