summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--plugins/threaded/src/threaded_scheduler.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index db54a9b..b5becb5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,11 +40,14 @@ Noel Carboni
Sergei Trofimovic
Philipp Knechtges
Amyspark
+Lovell Fuller
+Eli Schwartz
Special Thanks
--------------
Artifex software
AlienSkin software
+libVIPS
Jan Morovic
Jos Vernon (WebSupergoo)
Harald Schneider (Maxon)
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,