gbm: fix typo in doxygen comment
authorGwan-gyeong Mun <elongbug@gmail.com>
Mon, 17 Jul 2017 14:01:27 +0000 (23:01 +0900)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 19 Jul 2017 12:06:50 +0000 (13:06 +0100)
This fixes the misspelling of gbm_bo_import api param.

Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/gbm/main/gbm.c

index 79d78b763e67e1e5a1603f2ede91f9633976dcef..52eac7f29ddcce4289a7bebf8cc31ff91abe19eb 100644 (file)
@@ -426,8 +426,8 @@ gbm_bo_create_with_modifiers(struct gbm_device *gbm,
  * independent of the foreign object.
  *
  * \param gbm The gbm device returned from gbm_create_device()
  * independent of the foreign object.
  *
  * \param gbm The gbm device returned from gbm_create_device()
- * \param gbm The type of object we're importing
- * \param gbm Pointer to the external object
+ * \param type The type of object we're importing
+ * \param buffer Pointer to the external object
  * \param usage The union of the usage flags for this buffer
  *
  * \return A newly allocated buffer object that should be freed with
  * \param usage The union of the usage flags for this buffer
  *
  * \return A newly allocated buffer object that should be freed with