summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-01-13 18:48:56 -0800
committerBryce Harrington <bryce@osg.samsung.com>2016-01-13 18:48:56 -0800
commitea8fb94337085f0393b96f13a55c10bc44c819a1 (patch)
treebd1f1a272f9a306fd27c92716fc008f308e75e4b
parentc9f8f8a7f46d3cc343f232441826a25e0e14347a (diff)
downloadweston-ea8fb94337085f0393b96f13a55c10bc44c819a1.tar.gz
gl-renderer: Fix comment typo
-rw-r--r--src/gl-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl-renderer.c b/src/gl-renderer.c
index 0ee20756..cb083448 100644
--- a/src/gl-renderer.c
+++ b/src/gl-renderer.c
@@ -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);