gl: Fix comment syntax

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Bryce Harrington 2017-06-12 16:54:23 -07:00
parent bfc243ca52
commit f613e07172

View file

@ -106,7 +106,7 @@ typedef enum cairo_gl_flavor {
CAIRO_GL_FLAVOR_ES2 = 2
} cairo_gl_flavor_t;
/* Indices for vertex attributes used by BindAttribLocation etc */
/* Indices for vertex attributes used by BindAttribLocation, etc. */
enum {
CAIRO_GL_VERTEX_ATTRIB_INDEX = 0,
CAIRO_GL_COLOR_ATTRIB_INDEX = 1,