gbm: fix copy & paste error in gbm_bo_get_handle documentation

(cherry picked from commit 33f8a3cfbe)
This commit is contained in:
Ander Conselvan de Oliveira 2012-01-25 16:24:13 +02:00 committed by Kristian Høgsberg
parent dcb1a3bc27
commit 19f88670b5

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)