From: Ander Conselvan de Oliveira Date: Wed, 25 Jan 2012 14:24:13 +0000 (+0200) Subject: gbm: fix copy & paste error in gbm_bo_get_handle documentation X-Git-Tag: 062012170305~1876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33f8a3cfbe85db6514231d8ebc622af1f2139a13;p=profile%2Fivi%2Fmesa.git gbm: fix copy & paste error in gbm_bo_get_handle documentation --- diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 3e24c4a..03fc52b 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -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)