summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-18 19:46:25 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-18 19:46:25 (GMT)
commitf7a453a1ae131c17d52732ae042f69a7ce87f214 (patch)
treee8e2574e06f74054e51eba8e2f0fdfec99f72c7b /generic/tkText.c
parente3c55a1c63f3103c8febf4251dff59ecb740cdf3 (diff)
downloadtk-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.c2
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