diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-07-12 17:36:11 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-07-12 17:47:53 +0100 |
commit | 6153a0761831bbc490213df7911ec596b6ea59f2 (patch) | |
tree | 07b56a1a7c1547af311f91269c02b5e52c57396a | |
parent | 3e11ae39c9cb49144694247046d383e781a1d56f (diff) | |
download | mupdf-6153a0761831bbc490213df7911ec596b6ea59f2.tar.xz |
Fix typo in comment.
-rw-r--r-- | include/mupdf/fitz/colorspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/colorspace.h b/include/mupdf/fitz/colorspace.h index 3656c6d7..b326757a 100644 --- a/include/mupdf/fitz/colorspace.h +++ b/include/mupdf/fitz/colorspace.h @@ -49,7 +49,7 @@ fz_colorspace *fz_device_bgr(fz_context *ctx); fz_colorspace *fz_device_cmyk(fz_context *ctx); /* - fz_device_cmyk: Get colorspace representing device specific LAB. + fz_device_lab: Get colorspace representing device specific LAB. */ fz_colorspace *fz_device_lab(fz_context *ctx); |