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