From: Matthias Clasen Date: Fri, 8 Apr 2022 15:18:15 +0000 (-0400) Subject: gsk/gl: Typo fix X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~256^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84b3b1fab5caf98434ab620a670966fff9760a52;p=gtk4.git gsk/gl: Typo fix --- diff --git a/gsk/gl/gskgldriver.c b/gsk/gl/gskgldriver.c index 0be0b8f5f1..179e870d80 100644 --- a/gsk/gl/gskgldriver.c +++ b/gsk/gl/gskgldriver.c @@ -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.