Add docs and check rules to build infrastructure.
[bertos.git] / kern / signal.c
index 31cf3b7e2ca24b42db71f2ebd7bc7832d0a1ee7c..f0026f2353826da4cc04bb4c8b1000b2e86db63e 100644 (file)
@@ -161,7 +161,7 @@ sigmask_t sig_waitTimeout(sigmask_t sigs, ticks_t timeout)
 
        ASSERT(!sig_check(SIG_TIMEOUT));
        ASSERT(!(sigs & SIG_TIMEOUT));
-       /* IRQ are needed to run timer */
+       /* IRQ are needed to run timer */
        ASSERT(IRQ_ENABLED());
 
        timer_set_event_signal(&t, proc_current(), SIG_TIMEOUT);