Widget: Trivially fix arg name in non-doc comment

This commit is contained in:
Daniel Boles 2018-04-22 21:07:50 +01:00
parent 5f7191b31a
commit ae14fa4efd

View File

@ -6716,7 +6716,7 @@ gtk_widget_is_sensitive (GtkWidget *widget)
/* Insert @widget into the children list of @parent,
* after @previous_child */
* after @previous_sibling */
static void
gtk_widget_reposition_after (GtkWidget *widget,
GtkWidget *parent,