Fix a typo.

This commit is contained in:
David Reid
2020-12-04 17:12:02 +10:00
parent 79017f6cbb
commit ff53646549
+1 -1
View File
@@ -1887,7 +1887,7 @@ typedef struct
#ifndef MA_NO_THREADING
/* Thread priorties should be ordered such that the default priority of the worker thread is 0. */
/* Thread priorities should be ordered such that the default priority of the worker thread is 0. */
typedef enum
{
ma_thread_priority_idle = -5,