gbm: Fix comments
authorGurkirpal Singh <gurkirpal204@gmail.com>
Thu, 23 Jun 2016 10:24:11 +0000 (15:54 +0530)
committerChad Versace <chad.versace@intel.com>
Thu, 23 Jun 2016 20:55:03 +0000 (13:55 -0700)
Reviewed-by: Chad Versace <chad.versace@intel.com>
src/gbm/main/gbm.c

index a464f3c33fef5c9810930e9bb45af58cb39678cb..5a6e758e7a50d8910709fe2a1b9ea96690c5fc05 100644 (file)
@@ -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.
@@ -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.
  *