summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-21 19:21:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-21 19:21:55 +0000
commit446f241c233bdf9bc09bb0687627d2405f20650c (patch)
treec1118b9bcb0fc03e11af08d3950e5258837fd0c2 /gtk/gtktreemodel.c
parent7d62f9ed7899deb062ba5e5e4e65005d15d85af4 (diff)
downloadgtk+-446f241c233bdf9bc09bb0687627d2405f20650c.tar.gz
Fix doc comment typos. (#98158, Vitaly Tishkov)
* gtk/gtktreemodel.c (gtk_tree_model_iter_nth_child): Fix doc comment typos. (#98158, Vitaly Tishkov)
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r--gtk/gtktreemodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 5571e49528..f795692756 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -978,7 +978,7 @@ gtk_tree_model_iter_n_children (GtkTreeModel *tree_model,
* @n: Then index of the desired child.
*
* Sets @iter to be the child of @parent, using the given index. The first
- * index is 0. If @index_ is too big, or @parent has no children, @iter is set
+ * index is 0. If @n is too big, or @parent has no children, @iter is set
* to an invalid iterator and %FALSE is returned. @parent will remain a valid
* node after this function has been called. As a special case, if @parent is
* %NULL, then the @n<!-- -->th root node is set.