mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/irq_handler: fix typos
This commit is contained in:
parent
61db4d9724
commit
769f2b8363
@ -75,7 +75,7 @@ int irq_event_add(irq_event_t * irq)
|
||||
_irq_loop, NULL, "irq_handler");
|
||||
assert(_irq_handler_thread != KERNEL_PID_UNDEF);
|
||||
|
||||
/* intialize the queue unbind */
|
||||
/* initialize the queue unbind */
|
||||
event_queue_init_detached(&irq_queue);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user