gbm: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Eric Engestrom 2017-07-19 14:30:06 +01:00
parent 8616a9bd35
commit 21c2aca6b7

View file

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