From f7a453a1ae131c17d52732ae042f69a7ce87f214 Mon Sep 17 00:00:00 2001 From: fvogel Date: Fri, 18 Mar 2016 19:46:25 +0000 Subject: Fixed error in comment --- generic/tkText.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tkText.c b/generic/tkText.c index 3079417..5f87606 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -3016,7 +3016,7 @@ CountIndices( * If 'viewUpdate' is true, we may adjust the window contents' * y-position, and scrollbar setting. * - * If 'viewUpdate' is false, true we can guarantee that textPtr->topIndex + * If 'viewUpdate' is true we can guarantee that textPtr->topIndex * points to a valid TkTextLine after this function returns. However, if * 'viewUpdate' is false, then there is no such guarantee (since * topIndex.linePtr can be garbage). The caller is expected to take -- cgit v0.12