Skip to content

Commit

Permalink
xtimer: fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jun 21, 2017
1 parent 2f0e19c commit 02cf99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/xtimer/xtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void _xtimer_periodic_wakeup(uint32_t *last_wakeup, uint32_t period) {
* to get here from the beginning of xtimer_periodic_wakeup()
*
* Since interrupts are normally enabled inside this function, this time may
* be undeterministic. */
* be nondeterministic. */
target = _xtimer_now() + offset;
}
mutex_lock(&mutex);
Expand Down

0 comments on commit 02cf99f

Please sign in to comment.