From 3cbc7e616f5e2dd3ee1d076d43bbba9c2aebf95f Mon Sep 17 00:00:00 2001 From: fvogel Date: Tue, 30 Dec 2014 16:29:23 +0000 Subject: Fixed comment in TkTextIndexYPixels --- generic/tkTextDisp.c | 4 ++-- 1 file 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) { -- cgit v0.12