diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/band-writer.h | 2 | ||||
-rw-r--r-- | include/mupdf/fitz/context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mupdf/fitz/band-writer.h b/include/mupdf/fitz/band-writer.h index e32d5185..fb065910 100644 --- a/include/mupdf/fitz/band-writer.h +++ b/include/mupdf/fitz/band-writer.h @@ -45,7 +45,7 @@ fz_band_writer *fz_new_band_writer_of_size(fz_context *ctx, size_t size, fz_outp w, h: Width and Height of the entire page. - n: Number of components (including alphas). + n: Number of components (including spots and alphas). alpha: Number of alpha components. diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h index 6807447e..129fb686 100644 --- a/include/mupdf/fitz/context.h +++ b/include/mupdf/fitz/context.h @@ -179,7 +179,7 @@ fz_context *fz_new_context_imp(const fz_alloc_context *alloc, const fz_locks_con This function is meant to be used in multi-threaded applications where each thread requires its own context, yet - parts of the global state, for example caching, is shared. + parts of the global state, for example caching, are shared. ctx: Context obtained from fz_new_context to make a copy of. ctx must have had locks and lock/functions setup when created. |