summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/context.h
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2017-09-13 20:07:56 +0100
committerRobin Watts <robin.watts@artifex.com>2017-09-22 16:11:32 +0100
commit39ac587fc612fbeb0fded83657629fba4243b3b8 (patch)
tree9e87bc4a5d064ec62af0237937e1f80a8bb04898 /include/mupdf/fitz/context.h
parent954fda8b0e53babc5ac50a17a1d9a65cd10db423 (diff)
downloadmupdf-39ac587fc612fbeb0fded83657629fba4243b3b8.tar.xz
Minor comment tweaks.
Diffstat (limited to 'include/mupdf/fitz/context.h')
-rw-r--r--include/mupdf/fitz/context.h2
1 files changed, 1 insertions, 1 deletions
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.