gbm: fix copy & paste error in gbm_bo_get_handle documentation
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wed, 25 Jan 2012 14:24:13 +0000 (16:24 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 25 Jan 2012 17:21:37 +0000 (12:21 -0500)
src/gbm/main/gbm.c

index 3e24c4af011975aa0c9fb8568f88906841a6f6d4..03fc52b161ac3d7a427047d21f5025fc7090e697 100644 (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)