summaryrefslogtreecommitdiff
path: root/src/lcms2_internal.h
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-01-22 22:28:28 +0100
committerklemens <ka7@github.com>2017-01-22 22:28:28 +0100
commit995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1 (patch)
tree2567cda7ea0d8767db815e47551d742fc302a09e /src/lcms2_internal.h
parent9936ecf0745002cea8e46dc575079b4872e9af8c (diff)
downloadlcms2-995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1.tar.gz
spelling fixes
Diffstat (limited to 'src/lcms2_internal.h')
-rw-r--r--src/lcms2_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lcms2_internal.h b/src/lcms2_internal.h
index 75c4893..adaa921 100644
--- a/src/lcms2_internal.h
+++ b/src/lcms2_internal.h
@@ -77,7 +77,7 @@
// Maximum of channels for internal pipeline evaluation
#define MAX_STAGE_CHANNELS 128
-// Unused parameter warning supression
+// Unused parameter warning suppression
#define cmsUNUSED_PARAMETER(x) ((void)x)
// The specification for "inline" is section 6.7.4 of the C99 standard (ISO/IEC 9899:1999).
@@ -493,7 +493,7 @@ struct _cmsContext_struct {
void* chunks[MemoryClientMax]; // array of pointers to client chunks. Memory itself is hold in the suballocator.
// If NULL, then it reverts to global Context0
- _cmsMemPluginChunkType DefaultMemoryManager; // The allocators used for creating the context itself. Cannot be overriden
+ _cmsMemPluginChunkType DefaultMemoryManager; // The allocators used for creating the context itself. Cannot be overridden
};
// Returns a pointer to a valid context structure, including the global one if id is zero.