summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2012-01-25 16:24:13 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-01-25 12:24:51 -0500
commit19f88670b528827f201bba2a996405d230cedc1b (patch)
tree18e113f7c97154d5df9928ef4cf774a96a73d794
parentdcb1a3bc27e963d8db8f0f5976958c5fba1fa919 (diff)
gbm: fix copy & paste error in gbm_bo_get_handle documentation
(cherry picked from commit 33f8a3cfbe85db6514231d8ebc622af1f2139a13)
-rw-r--r--src/gbm/main/gbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index 3e24c4af011..03fc52b161a 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)