render: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Jul 2014 04:24:04 +0000 (21:24 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Jul 2014 01:47:23 +0000 (18:47 -0700)
src/output/render.c

index a91e1f7b799570aa4a29689b984fdf17af33758c..d8c25c2a38d29ccf36544b50d129b94c8d7c94e9 100644 (file)
@@ -38,7 +38,7 @@
 
    May represent the layout of an entire table presented to
    render_page_create(), or a rectangular subregion of a table broken out using
-   render_page_next() to allow a table to be broken across multiple pages. */
+   render_break_next() to allow a table to be broken across multiple pages. */
 struct render_page
   {
     const struct render_params *params; /* Parameters of the target device. */