summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2014-12-30 16:29:23 (GMT)
committerfvogel <fvogelnew1@free.fr>2014-12-30 16:29:23 (GMT)
commit3cbc7e616f5e2dd3ee1d076d43bbba9c2aebf95f (patch)
tree20dfa64e94bcbc491db1450e808029f90e8e0f4f /generic
parent8f528741331d985f830903bcb81399e83bc9b65b (diff)
downloadtk-3cbc7e616f5e2dd3ee1d076d43bbba9c2aebf95f.zip
tk-3cbc7e616f5e2dd3ee1d076d43bbba9c2aebf95f.tar.gz
tk-3cbc7e616f5e2dd3ee1d076d43bbba9c2aebf95f.tar.bz2
Fixed comment in TkTextIndexYPixels
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTextDisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c
index 6b23002..56d1003 100644
--- a/generic/tkTextDisp.c
+++ b/generic/tkTextDisp.c
@@ -3646,8 +3646,8 @@ TkTextIndexYPixels(
/*
* Shortcut to avoid layout of a superfluous display line. We know there
- * is nothing more to add up to the height since the index we were given
- * was already the start of a logical line.
+ * is nothing more to add up to the height if the index we were given was
+ * already the start of a logical line.
*/
if (alreadyStartOfLine) {