[Mesa-dev] [PATCH] gbm: fix typo in doxygen comment
Gwan-gyeong Mun
elongbug at gmail.com
Mon Jul 17 14:01:27 UTC 2017
This fixes the misspelling of gbm_bo_import api param.
Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
---
src/gbm/main/gbm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index 79d78b763e..52eac7f29d 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -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()
- * \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
--
2.13.3
More information about the mesa-dev
mailing list