summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2014-12-20 13:42:50 (GMT)
committerfvogelnew1@free.fr <fvogel>2014-12-20 13:42:50 (GMT)
commit1b7f81cac6e2a5328152a77b46ad8a834627d8f9 (patch)
tree8160990a4ac0301721fa2608102f5164da925c94 /generic
parent7becac189388b2b361d17245298118ec46ffb62d (diff)
downloadtk-1b7f81cac6e2a5328152a77b46ad8a834627d8f9.zip
tk-1b7f81cac6e2a5328152a77b46ad8a834627d8f9.tar.gz
tk-1b7f81cac6e2a5328152a77b46ad8a834627d8f9.tar.bz2
Fixed comment
Diffstat (limited to 'generic')
-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) {