summaryrefslogtreecommitdiffstats
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)
commit8713bf10789dfdd49d7d759621813c9321182f9e (patch)
treee8e2574e06f74054e51eba8e2f0fdfec99f72c7b
parente553b23b383af4d3ffb9c956a9d9b2b0faf7d750 (diff)
downloadtk-8713bf10789dfdd49d7d759621813c9321182f9e.zip
tk-8713bf10789dfdd49d7d759621813c9321182f9e.tar.gz
tk-8713bf10789dfdd49d7d759621813c9321182f9e.tar.bz2
Fixed error in comment
-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