From f91571b36e5f36ffff326bcb69f27e25347955f4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 2 Oct 2020 08:16:42 +0200 Subject: [PATCH] tests/bench_xtimer: fix typo 'emtpy' -> 'empty' --- tests/bench_xtimer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bench_xtimer/README.md b/tests/bench_xtimer/README.md index a6a2714c60..4e06690194 100644 --- a/tests/bench_xtimer/README.md +++ b/tests/bench_xtimer/README.md @@ -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.