X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fcompressdev%2Frte_compressdev_pmd.h;h=f9a42d1f059a4b281a8a3f2c3cbcb7de5a01c1ef;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=16b6bc6b35df6092f74123c84c7c680f52f00a90;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/compressdev/rte_compressdev_pmd.h b/lib/compressdev/rte_compressdev_pmd.h index 16b6bc6b35..f9a42d1f05 100644 --- a/lib/compressdev/rte_compressdev_pmd.h +++ b/lib/compressdev/rte_compressdev_pmd.h @@ -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. *