Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Jul 2021 21:02:21 +0000 (17:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Jul 2021 21:03:08 +0000 (17:03 -0400)
Fix a comment typo.

gsk/ngl/gsknglcommandqueue.c

index b731d9d2dbaedeccc7b88beb749c47eba507cccb..217fce13a2b96a76d78468cdbed5cbfca16ec9f8 100644 (file)
@@ -1376,7 +1376,7 @@ gsk_ngl_command_queue_upload_texture (GskNglCommandQueue *self,
 
   bpp = gdk_memory_format_bytes_per_pixel (data_format);
 
-  /* Swtich to texture0 as 2D. We'll restore it later. */
+  /* Switch to texture0 as 2D. We'll restore it later. */
   glActiveTexture (GL_TEXTURE0);
   glBindTexture (GL_TEXTURE_2D, texture_id);