From ff5364654911487996c36c3c9e970cfa5507ce09 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 4 Dec 2020 17:12:02 +1000 Subject: [PATCH] Fix a typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 47efd9e8..47d46354 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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,