diff options
author | Gwan-gyeong Mun <elongbug@gmail.com> | 2017-07-17 23:01:27 +0900 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-07-19 13:06:50 +0100 |
commit | 89505f7eade77cef0e09d7a3f07c4629c3d3f751 (patch) | |
tree | 6472f19eec4df973a97819eb321aa44d7e7340ff /src/gbm | |
parent | 46dace14ff04d59f9f926bdc0f7f76f0620ef18e (diff) |
gbm: fix typo in doxygen comment
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>
Diffstat (limited to 'src/gbm')
-rw-r--r-- | src/gbm/main/gbm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 79d78b763e6..52eac7f29dd 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 |