]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/vdev/rte_bus_vdev.h
test: avoid hang if queues are full and Tx fails
[dpdk.git] / drivers / bus / vdev / rte_bus_vdev.h
index 285679995308d3fd3339074f5093abdc15a6ddb7..5af6be009f95361f0dfad5a7acfdb73b744ba921 100644 (file)
@@ -197,7 +197,7 @@ rte_vdev_remove_custom_scan(rte_vdev_scan_callback callback, void *user_arg);
 int rte_vdev_init(const char *name, const char *args);
 
 /**
- * Uninitalize a driver specified by name.
+ * Uninitialize a driver specified by name.
  *
  * @param name
  *   The pointer to a driver name to be uninitialized.