From 391b4634b4b46764360c4c39ce94bb90d6e3176a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 21 Jul 2014 21:01:53 -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 8529603be6..274d692c61 100644 --- a/src/output/render.c +++ b/src/output/render.c @@ -61,7 +61,7 @@ struct render_page Similarly, cp[V] represents y positions within the table. cp[V][0] = 0. cp[V][1] = the height of the topmost horizontal rule. - cp[V][2] = cp[V][1] + the height of the topmost column. + cp[V][2] = cp[V][1] + the height of the topmost row. cp[V][3] = cp[V][2] + the height of the second-from-top horizontal rule. and so on: cp[V][2 * nr] = y position of the bottommost horizontal rule. -- 2.30.2