os/threading: Fix typo in comment

This commit is contained in:
Christoph Haag 2020-11-25 20:34:29 +01:00 committed by Jakob Bornecrantz
parent 3168eb750d
commit 3d3361706c

View file

@ -346,7 +346,7 @@ os_thread_helper_unlock(struct os_thread_helper *oth)
}
/*!
* Is the thread running, or suppised to be running.
* Is the thread running, or supposed to be running.
*
* Must be called with the helper locked.
*/