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

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Mar 25 12:13:59 PDT 2012


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

New commits:
commit f5f8915df25112ad895d85cb6255d0bf01e24c63
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Mar 25 15:11:57 2012 -0400

    Fix another typo

diff --git a/src/cairo-gl.h b/src/cairo-gl.h
index fb8f7fb..407a224 100644
--- a/src/cairo-gl.h
+++ b/src/cairo-gl.h
@@ -43,7 +43,7 @@
  *
  * Cairo-gl allows interoperability with other GL rendering through GL
  * context sharing.  Cairo-gl surfaces are created in reference to a
- * #cairo_device_t, which represents an GL context created by the user.
+ * #cairo_device_t, which represents a GL context created by the user.
  * When that GL context is created with its sharePtr set to another
  * context (or vice versa), its objects (textures backing cairo-gl
  * surfaces) can be accessed in the other OpenGL context.  This allows


More information about the cairo-commit mailing list