1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

tests/ps_schedstatistics: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:14:17 +02:00
parent 6158da2ade
commit 5df7c9ea59

View File

@ -41,7 +41,7 @@ static void *_thread_fn(void *arg)
while (1) {
msg_t m1, m2;
msg_receive(&m1);
/* generate differents loads per thead */
/* generate different loads per thead */
for (int i = 0; i < (10 * (next + 1)); ++i) {
_xtimer_now64();
}