summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-02-18 11:23:14 +0100
committerMarti Maria <marti.maria@littlecms.com>2023-02-18 11:23:14 +0100
commit88e854bef0dcb155cff91c81a109f9ab1f23cc0d (patch)
tree0b3b11e317f8f8789b4ddbe7b4d4237785a0de81 /plugins
parentdbb23ff16cf90c47482f6c9eac484c5bdde8b14f (diff)
downloadlcms2-88e854bef0dcb155cff91c81a109f9ab1f23cc0d.tar.gz
Give kudos to whom deserves
Update AUTHORS and fix a typo in a comment
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,