[PATCH v2 01/11] gbm: fix copy & paste error in gbm_bo_get_handle documentation
Kristian Høgsberg
krh at bitplanet.net
Wed Jan 25 09:21:58 PST 2012
On Wed, Jan 25, 2012 at 9:24 AM, Ander Conselvan de Oliveira
<ander.conselvan.de.oliveira at intel.com> wrote:
Thanks, committed this one.
Kristian
> 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)
> --
> 1.7.4.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list