tests/bench_xtimer: fix typo 'emtpy' -> 'empty'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:16:42 +02:00
parent 44f8d82571
commit f91571b36e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -14,7 +14,7 @@ actually triggers.
### set() one
This repeatedly sets one timer in an otherwise emtpy list.
This repeatedly sets one timer in an otherwise empty list.
All but the first iteration will cause xtimer to implicitly remove the timer
first.
All iterations will cause the underlying periph timer to be updated.