diff options
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | 2012-01-25 16:24:13 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-25 12:21:37 -0500 |
commit | 33f8a3cfbe85db6514231d8ebc622af1f2139a13 (patch) | |
tree | 947defc3eef9e1ae4d6373aa751ac9b4306a1d5a /src/gbm/main | |
parent | 4ac37b0b81699442893c2894aa1f5293a5cda3a9 (diff) |
gbm: fix copy & paste error in gbm_bo_get_handle documentation
Diffstat (limited to 'src/gbm/main')
-rw-r--r-- | 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 3e24c4af01..03fc52b161 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) |