From: Ben Pfaff Date: Thu, 10 Jul 2014 04:24:04 +0000 (-0700) Subject: render: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=eb067c749f97b505d74f5b89573ff287078b833c render: Fix typo in comment. --- 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. */