summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/bitmap.h')
-rw-r--r--include/mupdf/fitz/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/bitmap.h b/include/mupdf/fitz/bitmap.h
index 353f4ccc..edfbdbc7 100644
--- a/include/mupdf/fitz/bitmap.h
+++ b/include/mupdf/fitz/bitmap.h
@@ -36,7 +36,7 @@ void fz_drop_bitmap(fz_context *ctx, fz_bitmap *bit);
threshold tile is a pixmap, possibly of varying sizes and phases.
Currently, we only provide one 'default' halftone tile for operating
on 1 component plus alpha pixmaps (where the alpha is ignored). This
- is signified by an fz_halftone pointer to NULL.
+ is signified by a fz_halftone pointer to NULL.
*/
typedef struct fz_halftone_s fz_halftone;