diff options
author | fvogel <fvogelnew1@free.fr> | 2016-03-18 19:46:25 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-03-18 19:46:25 (GMT) |
commit | f7a453a1ae131c17d52732ae042f69a7ce87f214 (patch) | |
tree | e8e2574e06f74054e51eba8e2f0fdfec99f72c7b /generic/tkText.c | |
parent | e3c55a1c63f3103c8febf4251dff59ecb740cdf3 (diff) | |
download | tk-f7a453a1ae131c17d52732ae042f69a7ce87f214.zip tk-f7a453a1ae131c17d52732ae042f69a7ce87f214.tar.gz tk-f7a453a1ae131c17d52732ae042f69a7ce87f214.tar.bz2 |
Fixed error in comment
Diffstat (limited to 'generic/tkText.c')
-rw-r--r-- | generic/tkText.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |