summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index c1250469a..142a74c6a 100644
--- a/render/box.h
+++ b/render/box.h
@@ -164,7 +164,7 @@ struct box {
char *href; /**< Link, or 0. */
char *title; /**< Title, or 0. */
- unsigned int columns; /**< Number of columns for TABLE only. */
+ unsigned int columns; /**< Number of columns for TABLE / TABLE_CELL. */
unsigned int rows; /**< Number of rows for TABLE only. */
unsigned int start_column; /**< Start column for TABLE_CELL only. */