Mesa (8.0): gbm: fix copy & paste error in gbm_bo_get_handle documentation

Kristian Høgsberg krh at kemper.freedesktop.org
Wed Jan 25 17:24:55 UTC 2012


Module: Mesa
Branch: 8.0
Commit: 19f88670b528827f201bba2a996405d230cedc1b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19f88670b528827f201bba2a996405d230cedc1b

Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
Date:   Wed Jan 25 16:24:13 2012 +0200

gbm: fix copy & paste error in gbm_bo_get_handle documentation
(cherry picked from commit 33f8a3cfbe85db6514231d8ebc622af1f2139a13)

---

 src/gbm/main/gbm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)




More information about the mesa-commit mailing list