]> git.droids-corp.org - dpdk.git/blobdiff - lib/compressdev/rte_compressdev_pmd.h
eal: differentiate strerror message on Windows
[dpdk.git] / lib / compressdev / rte_compressdev_pmd.h
index 16b6bc6b35df6092f74123c84c7c680f52f00a90..f9a42d1f059a4b281a8a3f2c3cbcb7de5a01c1ef 100644 (file)
@@ -64,7 +64,7 @@ struct rte_compressdev *
 rte_compressdev_pmd_get_named_dev(const char *name);
 
 /**
- * Definitions of all functions exported by a driver through the
+ * Definitions of all functions exported by a driver through
  * the generic structure of type *comp_dev_ops* supplied in the
  * *rte_compressdev* structure associated with a device.
  */
@@ -319,7 +319,7 @@ rte_compressdev_pmd_release_device(struct rte_compressdev *dev);
  * PMD assist function to parse initialisation arguments for comp driver
  * when creating a new comp PMD device instance.
  *
- * PMD driver should set default values for that PMD before calling function,
+ * PMD should set default values for that PMD before calling function,
  * these default values will be over-written with successfully parsed values
  * from args string.
  *