summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/display-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/display-list.h')
-rw-r--r--include/mupdf/fitz/display-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/display-list.h b/include/mupdf/fitz/display-list.h
index 080ca5b5..269e8f9f 100644
--- a/include/mupdf/fitz/display-list.h
+++ b/include/mupdf/fitz/display-list.h
@@ -40,7 +40,7 @@ fz_display_list *fz_new_display_list(fz_context *ctx);
display list can later be reused to render a page many times
without having to re-interpret the page from the document file
for each rendering. Once the device is no longer needed, free
- it with fz_free_device.
+ it with fz_drop_device.
list: A display list that the list device takes ownership of.
*/