gbm: fix copy & paste error in gbm_bo_get_handle documentation

This commit is contained in:
Ander Conselvan de Oliveira 2012-01-25 16:24:13 +02:00 committed by Kristian Høgsberg
parent 4ac37b0b81
commit 33f8a3cfbe

View file

@ -211,7 +211,7 @@ gbm_bo_get_pitch(struct gbm_bo *bo)
* the format of this handle is platform specific.
*
* \param bo The buffer object
* \return Returns the stride of the allocated buffer object
* \return Returns the handle of the allocated buffer object
*/
GBM_EXPORT union gbm_bo_handle
gbm_bo_get_handle(struct gbm_bo *bo)