1
0
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:
Kaspar Schleiser 2019-10-23 21:16:23 +02:00
parent 61db4d9724
commit 769f2b8363

View File

@ -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);
}