From: Ben Pfaff Date: Tue, 22 Jul 2014 04:01:53 +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=391b4634b4b46764360c4c39ce94bb90d6e3176a render: Fix typo in comment. --- 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.