summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-01-16 20:59:06 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-01-16 20:59:06 (GMT)
commitc53adc17235c7785f077fc52f7a16d762ce8710c (patch)
tree856bf67eebd450a987d3c91868a07b7ff0ad9523 /generic
parentea5a41021652ae14ce09d7af40863bf779381793 (diff)
downloadtk-c53adc17235c7785f077fc52f7a16d762ce8710c.zip
tk-c53adc17235c7785f077fc52f7a16d762ce8710c.tar.gz
tk-c53adc17235c7785f077fc52f7a16d762ce8710c.tar.bz2
More accurate comment
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTextDisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index bddfa0e..be3c7d9 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -3646,7 +3646,7 @@ TkTextIndexYPixels(
/*
* Shortcut to avoid layout of a superfluous display line. We know there
* is nothing more to add up to the height if the index we were given was
- * already the start of a logical line.
+ * already on the first display line of a logical line.
*/
if (alreadyStartOfLine) {