summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-06-12 16:54:23 -0700
committerBryce Harrington <bryce@osg.samsung.com>2017-06-12 18:55:35 -0700
commitf613e0717231bd028ffc9da79247eb8c23dc463d (patch)
treee161f4a1eee3a7d278da22105765b98637f09256
parentbfc243ca52e85e909e200363a687611d256ccc66 (diff)
gl: Fix comment syntax
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/cairo-gl-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gl-private.h b/src/cairo-gl-private.h
index 091e095fc..b6d236c59 100644
--- a/src/cairo-gl-private.h
+++ b/src/cairo-gl-private.h
@@ -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,