]> git.droids-corp.org - dpdk.git/blobdiff - lib/cryptodev/cryptodev_pmd.h
pflock: fix header file installation
[dpdk.git] / lib / cryptodev / cryptodev_pmd.h
index 89bf2af399e23ed951a4e154fbbf9550cc165538..b9146f652ccb9e2bb932733be8a2a5b98a9ab3fb 100644 (file)
@@ -159,7 +159,7 @@ rte_cryptodev_pmd_get_named_dev(const char *name);
 
 /**
  * Definitions of all functions exported by a driver through the
- * the generic structure of type *crypto_dev_ops* supplied in the
+ * generic structure of type *crypto_dev_ops* supplied in the
  * *rte_cryptodev* structure associated with a device.
  */
 
@@ -483,7 +483,7 @@ rte_cryptodev_pmd_release_device(struct rte_cryptodev *cryptodev);
  * PMD assist function to parse initialisation arguments for crypto driver
  * when creating a new crypto 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.
  *