os: Fix comment typo.

This commit is contained in:
Ryan Pavlik 2021-04-12 12:08:41 -05:00
parent 64c56ef8d0
commit 701ea290d0

View file

@ -98,7 +98,7 @@ os_mutex_destroy(struct os_mutex *om)
*/
/*!
* A wrapper around a native mutex.
* A wrapper around a native thread.
*/
struct os_thread
{