diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-02-15 16:11:10 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-02-15 16:11:10 +0000 |
commit | 27bc1ae4c5b3bdc18f53fb65f06b1d27c8fd71a6 (patch) | |
tree | cbe2a8ff17adde2afd899d1338e5ff4896bf1fac /pdf | |
parent | 1a7a480ccd18ff6354de528b6c1cf3d486cf5753 (diff) | |
download | mupdf-27bc1ae4c5b3bdc18f53fb65f06b1d27c8fd71a6.tar.xz |
Fix typo in comment.
CLUSTER_UNTESTED.
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/pdf_xref.c | 2 |
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'; |