1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 19:12:45 +01:00

sys/xtimer/xtimer.c: comment change

This commit is contained in:
JulianHolzwarth 2020-01-24 15:59:12 +01:00
parent 73e41f6f19
commit dfeaea3c36

View File

@ -202,7 +202,7 @@ void xtimer_now_timex(timex_t *out)
static void _mutex_timeout(void *arg) static void _mutex_timeout(void *arg)
{ {
/* interrupts a disabled because xtimer can spin /* interrupts are disabled because xtimer can spin
* if xtimer_set spins the callback is executed * if xtimer_set spins the callback is executed
* in the thread context * in the thread context
* *