treeview: Cosmetic change

Remove an occurrence of size-allocate in a comment.
This commit is contained in:
Matthias Clasen 2020-05-05 12:10:35 -04:00
parent 91d261a0b3
commit 6c8f5f9d17

View File

@ -2547,7 +2547,7 @@ gtk_tree_view_size_allocate (GtkWidget *widget,
GList *tmp_list;
double page_size;
/* We size-allocate the columns first because the width of the
/* We allocate the columns first because the width of the
* tree view (used in updating the adjustments below) might change.
*/
gtk_tree_view_size_allocate_columns (widget);