From 6153a0761831bbc490213df7911ec596b6ea59f2 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 12 Jul 2016 17:36:11 +0100 Subject: Fix typo in comment. --- include/mupdf/fitz/colorspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3