diff options
-rw-r--r-- | generic/tkTextDisp.c | 4 |
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) { |