shaped-texture: Fix a typo in a comment

This commit is contained in:
Jasper St. Pierre 2014-08-25 10:52:07 -04:00
parent c15b3b4a09
commit 6526118d9f

View File

@ -463,7 +463,7 @@ meta_shaped_texture_paint (ClutterActor *actor)
if (blended_region != NULL)
{
/* 1) blended_region is NULL and not empty. Paint the rectangles. */
/* 1) blended_region is not empty. Paint the rectangles. */
int i;
int n_rects = cairo_region_num_rectangles (blended_region);