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 <nanley.g.chery@intel.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9610>
This commit is contained in:
parent
9e9bedfdcb
commit
3773486cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue