summaryrefslogtreecommitdiff
path: root/src/lcms2_internal.h
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2015-02-06 10:13:31 +0100
committerMarti Maria <info@littlecms.com>2015-02-06 10:13:31 +0100
commit24b165424e84d9575b04b201b2f85091dcdd27f4 (patch)
treee046519c830f41d32df12350a82d042a0fd809e4 /src/lcms2_internal.h
parentecdcb01cb488c8cb32c65f5df92d1ba1eb1d1239 (diff)
downloadlcms2-24b165424e84d9575b04b201b2f85091dcdd27f4.tar.gz
Changes from feedback on 2.7rc1
Diffstat (limited to 'src/lcms2_internal.h')
-rw-r--r--src/lcms2_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcms2_internal.h b/src/lcms2_internal.h
index 1ec15ea..9fe91ad 100644
--- a/src/lcms2_internal.h
+++ b/src/lcms2_internal.h
@@ -194,7 +194,7 @@ cmsINLINE cmsUInt16Number _cmsQuickSaturateWord(cmsFloat64Number d)
// Microsoft felt that it was necessary to keep it set at -1 for an unlocked critical
// section, even when they changed the underlying algorithm to be more scalable.
// The final parts of the critical section object are unimportant, and can be set
-// to zero for their defaults. This yields an initialization macro:
+// to zero for their defaults. This yields to an initialization macro:
typedef CRITICAL_SECTION _cmsMutex;