diff options
author | fvogel <fvogelnew1@free.fr> | 2014-12-05 22:13:26 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-12-05 22:13:26 (GMT) |
commit | 70aa470687dbcd6cb2eb984e6a88aa00c450e4f8 (patch) | |
tree | ac654d4cc0aa3b75b9bdff9ce43817568bb82ed3 | |
parent | d7801117c648ca4fd238563e9a37287fc6ba33d3 (diff) | |
download | tk-70aa470687dbcd6cb2eb984e6a88aa00c450e4f8.zip tk-70aa470687dbcd6cb2eb984e6a88aa00c450e4f8.tar.gz tk-70aa470687dbcd6cb2eb984e6a88aa00c450e4f8.tar.bz2 |
Fixed bad comment resulting from copy/paste between functions
-rw-r--r-- | generic/tkTextBTree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c index 67ff79d..92164fc 100644 --- a/generic/tkTextBTree.c +++ b/generic/tkTextBTree.c @@ -1882,8 +1882,7 @@ TkBTreePreviousLine( * number of pixels in the widget. * * Results: - * The result is the index of linePtr within the tree, where 0 - * corresponds to the first line in the tree. + * The result is the pixel height of the top of the given line. * * Side effects: * None. |