summaryrefslogtreecommitdiff
path: root/include/mupdf/tiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/tiff.h')
-rw-r--r--include/mupdf/tiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/tiff.h b/include/mupdf/tiff.h
index 1304e4b2..99942a55 100644
--- a/include/mupdf/tiff.h
+++ b/include/mupdf/tiff.h
@@ -28,7 +28,7 @@ tiff_document *tiff_open_document(fz_context *ctx, const char *filename);
filename to locate the document to open. Increments the
reference count of the stream. See fz_open_file,
fz_open_file_w or fz_open_fd for opening a stream, and
- fz_close for closing an open stream.
+ fz_drop_stream for closing an open stream.
*/
tiff_document *tiff_open_document_with_stream(fz_context *ctx, fz_stream *file);