[Mesa-dev] [PATCH] gbm: Fix comments
Gurkirpal Singh
gurkirpal204 at gmail.com
Thu Jun 23 10:24:11 UTC 2016
---
src/gbm/main/gbm.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index 0f4657a..31202ed 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -132,7 +132,7 @@ _gbm_mesa_get_device(int fd)
* the file descriptor returned when opening a device such as \c
* /dev/dri/card0
*
- * \param fd The file descriptor for an backend specific device
+ * \param fd The file descriptor for a backend specific device
* \return The newly created struct gbm_device. The resources associated with
* the device should be freed with gbm_device_destroy() when it is no longer
* needed. If the creation of the device failed NULL will be returned.
@@ -249,7 +249,7 @@ 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
+ * this function can be used to write data into the buffer object. The
* data is copied directly into the object and it's the responsiblity
* of the caller to make sure the data represents valid pixel data,
* according to the width, height, stride and format of the buffer object.
@@ -522,7 +522,7 @@ gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo)
*
* Before starting a new frame, the surface must have a buffer
* available for rendering. Initially, a gbm surface will have a free
- * buffer, but after one of more buffers have been locked (\sa
+ * buffer, but after one or more buffers have been locked (\sa
* gbm_surface_lock_front_buffer()), the application must check for a
* free buffer before rendering.
*
--
2.7.4
More information about the mesa-dev
mailing list