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>
Thu, 21 Apr 2022 23:24:41 +0000 (19:24 -0400)
gsk/gl/gskgldriver.c

index 327dea93ff2335622e395d8c0e9852c0bab0f2cf..4ba4dc73bc27a3f7ae58f50a52119f7f92a8221b 100644 (file)
@@ -831,7 +831,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.