diff options
author | fvogel <fvogelnew1@free.fr> | 2014-12-20 13:42:50 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-12-20 13:42:50 (GMT) |
commit | 8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc (patch) | |
tree | a70b1c23f2b8e3f2982e4b01f46774179c9fcf07 /generic/tkText.c | |
parent | 9c98aee49acabd279f526bb618d14fc0567a1348 (diff) | |
download | tk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.zip tk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.tar.gz tk-8d9d01b8902bb7dba4a5d7fed731cdc3c096b2cc.tar.bz2 |
Fixed comment
Diffstat (limited to 'generic/tkText.c')
-rw-r--r-- | generic/tkText.c | 4 |
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) { |