Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com> --- src/gbm/main/gbm.c | 8 ++++---- src/gbm/main/gbm.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 0f4657a..a464f3c 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -232,7 +232,7 @@ gbm_bo_get_handle(struct gbm_bo *bo) /** Get a DMA-BUF file descriptor for the buffer object * * This function creates a DMA-BUF (also known as PRIME) file descriptor - * handle for the buffer object. Eeach call to gbm_bo_get_fd() returns a new + * handle for the buffer object. Each call to gbm_bo_get_fd() returns a new * file descriptor and the caller is responsible for closing the file * descriptor. @@ -249,8 +249,8 @@ gbm_bo_get_fd(struct gbm_bo *bo) /** Write data into the buffer object * * If the buffer object was created with the GBM_BO_USE_WRITE flag, - * this function can used to write data into the buffer object. The - * data is copied directly into the object and it's the responsiblity + * this function can be used to write data into the buffer object. The + * data is copied directly into the object and it's the responsibility * of the caller to make sure the data represents valid pixel data, * according to the width, height, stride and format of the buffer object. * @@ -361,7 +361,7 @@ gbm_bo_create(struct gbm_device *gbm, * GBM_BO_IMPORT_EGL_IMAGE * GBM_BO_IMPORT_FD * - * The the gbm bo shares the underlying pixels but its life-time is + * The gbm bo shares the underlying pixels but its life-time is * independent of the foreign object. * * \param gbm The gbm device returned from gbm_create_device() diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 8a2f2a6..293cae6 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -207,7 +207,7 @@ enum gbm_bo_flags { GBM_BO_USE_RENDERING = (1 << 2), /** * Buffer can be used for gbm_bo_write. This is guaranteed to work - * with GBM_BO_USE_CURSOR. but may not work for other combinations. + * with GBM_BO_USE_CURSOR, but may not work for other combinations. */ GBM_BO_USE_WRITE = (1 << 3), /** -- 2.9.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev