mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
sys/xtimer: fix typos
This commit is contained in:
parent
149a98a9aa
commit
2ea1b24eae
@ -241,7 +241,7 @@ void xtimer_now_timex(timex_t *out)
|
||||
|
||||
static void _mutex_timeout(void *arg)
|
||||
{
|
||||
/* interupts a disabled because xtimer can spin
|
||||
/* interrupts a disabled because xtimer can spin
|
||||
* if xtimer_set spins the callback is executed
|
||||
* in the thread context
|
||||
*
|
||||
|
@ -183,7 +183,7 @@ int _xtimer_set_absolute(xtimer_t *timer, uint32_t target)
|
||||
timer->next = NULL;
|
||||
|
||||
/* Ensure that offset is bigger than 'XTIMER_BACKOFF',
|
||||
* 'target - now' will allways be the offset no matter if target < or > now.
|
||||
* 'target - now' will always be the offset no matter if target < or > now.
|
||||
*
|
||||
* This expects that target was not set too close to now and overrun now, so
|
||||
* from setting target up until the call of '_xtimer_now()' above now has not
|
||||
|
Loading…
Reference in New Issue
Block a user