summaryrefslogtreecommitdiff
path: root/src/cairo-gl.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-03-25 15:11:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-03-25 15:11:57 -0400
commitf5f8915df25112ad895d85cb6255d0bf01e24c63 (patch)
tree960c5166af743dd6e04fa256a1d327f3bd97f6b3 /src/cairo-gl.h
parent81c848c83945c19c8cf769daeaa831c086c264f2 (diff)
Fix another typo
Diffstat (limited to 'src/cairo-gl.h')
-rw-r--r--src/cairo-gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gl.h b/src/cairo-gl.h
index fb8f7fbc..407a224e 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