summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-02-15 16:11:10 +0000
committerRobin Watts <robin.watts@artifex.com>2012-02-15 16:11:10 +0000
commit27bc1ae4c5b3bdc18f53fb65f06b1d27c8fd71a6 (patch)
treecbe2a8ff17adde2afd899d1338e5ff4896bf1fac /pdf
parent1a7a480ccd18ff6354de528b6c1cf3d486cf5753 (diff)
downloadmupdf-27bc1ae4c5b3bdc18f53fb65f06b1d27c8fd71a6.tar.xz
Fix typo in comment.
CLUSTER_UNTESTED.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf_xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_xref.c b/pdf/pdf_xref.c
index 102037f6..04437586 100644
--- a/pdf/pdf_xref.c
+++ b/pdf/pdf_xref.c
@@ -469,7 +469,7 @@ pdf_load_xref(pdf_document *xref, char *buf, int bufsize)
for (i = 0; i < xref->len; i++)
{
if (xref->table[i].type == 'n')
- /* Special case code: "0000000000 * f" means free,
+ /* Special case code: "0000000000 * n" means free,
* according to some producers (inc Quartz) */
if (xref->table[i].ofs == 0)
xref->table[i].type = 'f';