diff options
Diffstat (limited to 'source/fitz/list-device.c')
-rw-r--r-- | source/fitz/list-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/list-device.c b/source/fitz/list-device.c index ee722126..b12612b4 100644 --- a/source/fitz/list-device.c +++ b/source/fitz/list-device.c @@ -38,7 +38,7 @@ typedef enum fz_display_command_e * * cmd: What type of node this is. * - * size: The number of sizeof(fz_display_node) bytes that this nodes + * size: The number of sizeof(fz_display_node) bytes that this node's * data occupies. (i.e. &node[node->size] = the next node in the * chain; 0 for end of list). * |