Cosmetics: typo fix

This commit is contained in:
Matthias Clasen
2023-11-15 06:45:52 -05:00
parent c81954120a
commit 6eb6b0cb50

View File

@@ -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,