render: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 22 Jul 2014 04:01:53 +0000 (21:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 22 Jul 2014 04:01:53 +0000 (21:01 -0700)
src/output/render.c

index 8529603be640d98e5336ecbc5aca7109cdc38a18..274d692c61c72946fc786666c284d470149a71bb 100644 (file)
@@ -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.