forked from AuroraMiddleware/gtk
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);
|
||||
|
||||
/* 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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user