diff options
author | mischief <mischief@offblast.org> | 2014-11-07 10:39:50 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-11-07 10:39:50 -0800 |
commit | cd3a742b324a1256d52b42b82a90d335903f68e7 (patch) | |
tree | 2642a4925b50a556181fe94cc37e5b7f6c2b1ded /sys/src/cmd/gs/icclib/icc.c | |
parent | 39cabc72693fdc5186a1e5c745d0c307de157686 (diff) |
all: typo fixes from ray@raylai.com
Diffstat (limited to 'sys/src/cmd/gs/icclib/icc.c')
-rw-r--r-- | sys/src/cmd/gs/icclib/icc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/gs/icclib/icc.c b/sys/src/cmd/gs/icclib/icc.c index a21d55395..0c4be9544 100644 --- a/sys/src/cmd/gs/icclib/icc.c +++ b/sys/src/cmd/gs/icclib/icc.c @@ -10741,7 +10741,7 @@ icmLuSpaces( icColorSpaceSignature *outs, /* Return effective output color space */ int *outn, /* Return number of output components */ icmLuAlgType *alg, /* Return type of lookup algorithm used */ - icRenderingIntent *intt, /* Return the intent being implented */ + icRenderingIntent *intt, /* Return the intent being implemented */ icmLookupFunc *fnc, /* Return the profile function being implemented */ icColorSpaceSignature *pcs /* Return the profile effective PCS */ ) { |