[cairo-commit] src/cairo-gl-private.h

Bryce Harrington bryce at kemper.freedesktop.org
Tue Jun 13 01:55:54 UTC 2017


 src/cairo-gl-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f613e0717231bd028ffc9da79247eb8c23dc463d
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Mon Jun 12 16:54:23 2017 -0700

    gl: Fix comment syntax
    
    Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>

diff --git a/src/cairo-gl-private.h b/src/cairo-gl-private.h
index 091e095f..b6d236c5 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,


More information about the cairo-commit mailing list