bus/vdev: fix a typo in doxygen comment

While uninitalizing the driver, the comment was mentioning
initialized instead of uninitalized in description of parameter.

Fixes: 0fe11ec592 ("eal: add vdev init and uninit")
Cc: stable@dpdk.org

Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
This commit is contained in:
Muhammad Bilal 2020-06-23 18:26:02 +05:00 committed by Thomas Monjalon
parent d9f94a9295
commit 71ee0b9028

View File

@ -155,7 +155,7 @@ int rte_vdev_init(const char *name, const char *args);
* Uninitalize a driver specified by name.
*
* @param name
* The pointer to a driver name to be initialized.
* The pointer to a driver name to be uninitialized.
* @return
* 0 on success, negative on error
*/