From eb067c749f97b505d74f5b89573ff287078b833c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 9 Jul 2014 21:24:04 -0700 Subject: [PATCH] render: Fix typo in comment. --- src/output/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/render.c b/src/output/render.c index a91e1f7b79..d8c25c2a38 100644 --- a/src/output/render.c +++ b/src/output/render.c @@ -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. */ -- 2.30.2