gsk/gl: Typo fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Apr 2022 15:18:15 +0000 (11:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Apr 2022 15:20:12 +0000 (11:20 -0400)
gsk/gl/gskgldriver.c

index 0be0b8f5f19d4792a11ccc049a60a3a475fc62f0..179e870d80e0ff658f960d7d8d25bbfda749af5e 100644 (file)
@@ -796,7 +796,7 @@ gsk_gl_driver_load_texture (GskGLDriver *self,
  * to upload data, map to a framebuffer, or other uses which may
  * modify the texture immediately.
  *
- * Typical examples for @format are GK_RGBA8, GL_RGBA16F or GL_RGBA32F.
+ * Typical examples for @format are GL_RGBA8, GL_RGBA16F or GL_RGBA32F.
  *
  * Use gsk_gl_driver_release_texture() to release this texture back into
  * the pool so it may be reused later in the pipeline.