From 3773486cb80fdb9c49c5b8257ebdb13a6313fd13 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 1 Mar 2021 16:21:10 -0800 Subject: [PATCH] dri: Fix typo before __DRI_IMAGE_COMPONENTS defines s/are may be/might be/ Also add a missing comma. v2: Also s/its/it's/. Suggested by Nanley. Reviewed-by: Nanley Chery Reviewed-by: Emma Anholt Part-of: --- include/GL/internal/dri_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index a7d9903f94e..26b2bb5a9db 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -1399,7 +1399,7 @@ struct __DRIdri2ExtensionRec { /** * Queryable on images created by createImageFromNames. * - * RGB and RGBA are may be usable directly as images but its still + * RGB and RGBA might be usable directly as images, but it's still * recommended to call fromPlanar with plane == 0. * * Y_U_V, Y_UV,Y_XUXV and Y_UXVX all requires call to fromPlanar to create