summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/threaded/src/threaded_scheduler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/threaded/src/threaded_scheduler.c b/plugins/threaded/src/threaded_scheduler.c
index eeba1c9..746c632 100644
--- a/plugins/threaded/src/threaded_scheduler.c
+++ b/plugins/threaded/src/threaded_scheduler.c
@@ -22,8 +22,8 @@
#include "threaded_internal.h"
// The scheduler is responsible to split the work in several portions in a way that each
-// portion can be calculated by a different thread. All loacking is already done by lcms
-// mutexes, and memory should not overlap.
+// portion can be calculated by a different thread. All locking is already done by lcms
+// mutexes, memory should not overlap.
void _cmsThrScheduler(struct _cmstransform_struct* CMMcargo,
const void* InputBuffer,
void* OutputBuffer,