gl-renderer: Fix comment typo

This commit is contained in:
Bryce Harrington 2016-01-13 18:48:56 -08:00
parent c9f8f8a7f4
commit ea8fb94337
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ repaint_region(struct weston_view *ev, pixman_region32_t *region,
* coordinates. texture_region() will iterate over all pairs of
* rectangles from both regions, compute the intersection
* polygon for each pair, and store it as a triangle fan if
* it has a non-zero area (at least 3 vertices1, actually).
* it has a non-zero area (at least 3 vertices, actually).
*/
nfans = texture_region(ev, region, surf_region);