summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2014-12-20 13:42:50 (GMT)
committerfvogel <fvogelnew1@free.fr>2014-12-20 13:42:50 (GMT)
commit8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc (patch)
treea70b1c23f2b8e3f2982e4b01f46774179c9fcf07 /generic/tkText.c
parent9c98aee49acabd279f526bb618d14fc0567a1348 (diff)
downloadtk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.zip
tk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.tar.gz
tk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.tar.bz2
Fixed comment
Diffstat (limited to 'generic/tkText.c')
-rw-r--r--generic/tkText.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkText.c b/generic/tkText.c
index 1156086..139e71d 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -908,8 +908,8 @@ TextWidgetObjCmd(
* line of 'indexFromPtr' up to, but not including the logical
* line of 'indexToPtr' (except if this line is elided), and
* then subtract off what came in too much from elided lines,
- * also subtract off we didn't want from 'from' and add on
- * what we didn't count from 'to'.
+ * also subtract off what we didn't want from 'from' and add
+ * on what we didn't count from 'to'.
*/
while (TkTextIndexCmp(&index,indexToPtr) < 0) {