diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-09-08 08:57:12 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-09-08 08:57:12 (GMT) |
commit | 87c4ce918212db78d25dc4b8c6faaaf00cb57e6b (patch) | |
tree | 08ad201cf1e5471add96f19782ea508ee982e8f7 | |
parent | 26a61ca71cac4d3f6e96e9a612c1081fb89234b4 (diff) | |
download | tk-87c4ce918212db78d25dc4b8c6faaaf00cb57e6b.zip tk-87c4ce918212db78d25dc4b8c6faaaf00cb57e6b.tar.gz tk-87c4ce918212db78d25dc4b8c6faaaf00cb57e6b.tar.bz2 |
fix comment (Thanks, Christian!)
-rw-r--r-- | generic/tkText.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index ab77d99..0e41ac8 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -3042,7 +3042,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 |