summaryrefslogtreecommitdiff
path: root/gdk/gdkgltexture.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-01-23 22:33:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-01-23 22:33:44 -0500
commit2de7f760e545b471ac5a633e2710dfd38841d784 (patch)
treeced9f608d7fdc9104a087d0e8e375742ff718fe2 /gdk/gdkgltexture.c
parentd339a43634cc90ff964ab846390e7b7fd20474fb (diff)
downloadgtk+-2de7f760e545b471ac5a633e2710dfd38841d784.tar.gz
gl texture: fix a typo
Diffstat (limited to 'gdk/gdkgltexture.c')
-rw-r--r--gdk/gdkgltexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkgltexture.c b/gdk/gdkgltexture.c
index e110b6670b..5688513528 100644
--- a/gdk/gdkgltexture.c
+++ b/gdk/gdkgltexture.c
@@ -189,7 +189,7 @@ gdk_gl_texture_release (GdkGLTexture *self)
*
* Note that the GL texture must not be modified until @destroy is called,
* which will happen when the GdkTexture object is finalized, or due to
- * an explicit call of gdk_texture_release_gl().
+ * an explicit call of gdk_gl_texture_release().
*
* Return value: (transfer full): A newly-created #GdkTexture
*/