summaryrefslogtreecommitdiff
path: root/src/cmserr.c
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-04-12 15:48:03 +0200
committerMarti Maria <info@littlecms.com>2011-04-12 15:48:03 +0200
commit97f22bda885166a18e346db8dd24bd66bc4615cd (patch)
treedf399bb7e3db23ae02b8a0b01262fe5041f6c783 /src/cmserr.c
parentb735a01cd82f08ef46733c9f19eb08ba1a6623af (diff)
downloadlcms2-97f22bda885166a18e346db8dd24bd66bc4615cd.tar.gz
Added named color functionality
Diffstat (limited to 'src/cmserr.c')
-rw-r--r--src/cmserr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmserr.c b/src/cmserr.c
index caa17e5..83d1e4f 100644
--- a/src/cmserr.c
+++ b/src/cmserr.c
@@ -250,7 +250,7 @@ void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Numbe
// Sub allocation takes care of many pointers of small size. The memory allocated in
// this way have be freed at once. Next function allocates a single chunk for linked list
// I prefer this method over realloc due to the big inpact on xput realloc may have if
-// memory is being swapped to disk. This approach is safer (although thats not true on any platform)
+// memory is being swapped to disk. This approach is safer (although that may not be true on all platforms)
static
_cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial)
{