summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-08-29 15:28:20 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-08-29 15:28:20 (GMT)
commit8b680ec494e86b2ed0729340e524689bcc221056 (patch)
treec885db53fd7bd38e3971e2b93242b2e798961ee9 /generic/tkText.c
parentc27415ac9b66a001513ab62ddb0ddef660095810 (diff)
parent6878e3ae58a2c5fc20a40f184e60a7cade8b06ff (diff)
downloadtk-8b680ec494e86b2ed0729340e524689bcc221056.zip
tk-8b680ec494e86b2ed0729340e524689bcc221056.tar.gz
tk-8b680ec494e86b2ed0729340e524689bcc221056.tar.bz2
Rebased to trunk since TIP #449 was accepted for merging to trunk only, not to core-8-6-branch
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 6b90a23..ea11af1 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -3091,7 +3091,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