mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Fix typo in a comment
This commit is contained in:
parent
979bf5c6fb
commit
7e03288724
@ -727,7 +727,7 @@ gtk_distribute_natural_allocation (gint extra_space,
|
|||||||
compare_gap, sizes);
|
compare_gap, sizes);
|
||||||
|
|
||||||
/* Distribute available space.
|
/* Distribute available space.
|
||||||
* This master piece of a loop was conceived by Behdad Esfahbod.
|
* This masterpiece of a loop was conceived by Behdad Esfahbod.
|
||||||
*/
|
*/
|
||||||
for (i = n_requested_sizes - 1; extra_space > 0 && i >= 0; --i)
|
for (i = n_requested_sizes - 1; extra_space > 0 && i >= 0; --i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user