summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2014-12-05 22:13:26 (GMT)
committerfvogelnew1@free.fr <fvogel>2014-12-05 22:13:26 (GMT)
commitd58c3f52b8fbbc9f04ad583371bf2e5685fdd298 (patch)
treef785f06e00d15d02a8e4a0c585b885f4ac843ebd /generic
parentcce3fb8c6a4620e773674b6e05b3e7f77fd0e80d (diff)
downloadtk-d58c3f52b8fbbc9f04ad583371bf2e5685fdd298.zip
tk-d58c3f52b8fbbc9f04ad583371bf2e5685fdd298.tar.gz
tk-d58c3f52b8fbbc9f04ad583371bf2e5685fdd298.tar.bz2
Fixed bad comment resulting from copy/paste between functions
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTextBTree.c3
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.