From 6eb6b0cb509bb75b4b579d1e992b40f679fe2568 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Nov 2023 06:45:52 -0500 Subject: [PATCH] Cosmetics: typo fix --- gdk/gdkdmabuftexturebuilder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdmabuftexturebuilder.c b/gdk/gdkdmabuftexturebuilder.c index 7483472073..83eb4e74ff 100644 --- a/gdk/gdkdmabuftexturebuilder.c +++ b/gdk/gdkdmabuftexturebuilder.c @@ -89,7 +89,7 @@ struct _GdkDmabufTextureBuilderClass * that describes driver-specific details of the memory layout, such as tiling or compression. * * For historical reasons, some producers of dma-bufs don't provide an explicit modifier, but - * instead return `DMA_FORMAT_MOD_INVALID` to indicate that their modifier is **_impliict_**. + * instead return `DMA_FORMAT_MOD_INVALID` to indicate that their modifier is **_implicit_**. * GTK tries to accomodate this situation by accepting `DMA_FORMAT_MOD_INVALID` as modifier. * * The operation of `GdkDmabufTextureBuilder` is quite simple: Create a texture builder,