mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
gbm: fix typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
8616a9bd35
commit
21c2aca6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane)
|
|||
* The format of the pixels in the buffer.
|
||||
*
|
||||
* \param bo The buffer object
|
||||
* \return The format of buffer object, on of the GBM_FORMAT_* codes
|
||||
* \return The format of buffer object, one of the GBM_FORMAT_* codes
|
||||
*/
|
||||
GBM_EXPORT uint32_t
|
||||
gbm_bo_get_format(struct gbm_bo *bo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue