summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkGrid.c')
-rw-r--r--generic/tkGrid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkGrid.c b/generic/tkGrid.c
index 62c9c59..6b9f543 100644
--- a/generic/tkGrid.c
+++ b/generic/tkGrid.c
@@ -3083,7 +3083,8 @@ ConfigureSlaves(
}
/*
- * If no -row is given, use the first unoccupied row of the master.
+ * If no -row is given, use the next row after the highest occupied row
+ * of the master.
*/
if (defaultRow < 0) {