summaryrefslogtreecommitdiff
path: root/lib/bbdev
diff options
context:
space:
mode:
authorSean Morrissey <[email protected]>2021-11-22 10:50:45 +0000
committerDavid Marchand <[email protected]>2021-11-26 11:28:34 +0100
commitb53d106d34b5c638f5a2cbdfee0da5bd42d4383f (patch)
tree939a5ed5c4a5449bfecafd959d48458badfb9abb /lib/bbdev
parent1eaa8f01607f870eded67a74dd44f7f173a7fd11 (diff)
remove repeated 'the' in the code
Remove the use of double "the" as it does not make sense. Cc: [email protected] Signed-off-by: Sean Morrissey <[email protected]> Signed-off-by: Conor Fogarty <[email protected]> Acked-by: John McNamara <[email protected]> Reviewed-by: Conor Walsh <[email protected]> Acked-by: Somnath Kotur <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
Diffstat (limited to 'lib/bbdev')
-rw-r--r--lib/bbdev/rte_bbdev_pmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bbdev/rte_bbdev_pmd.h b/lib/bbdev/rte_bbdev_pmd.h
index dd0e35994c..3da7a2bdf5 100644
--- a/lib/bbdev/rte_bbdev_pmd.h
+++ b/lib/bbdev/rte_bbdev_pmd.h
@@ -70,7 +70,7 @@ struct rte_bbdev *
rte_bbdev_get_named_dev(const char *name);
/**
- * Definitions of all functions exported by a driver through the the generic
+ * Definitions of all functions exported by a driver through the generic
* structure of type *rte_bbdev_ops* supplied in the *rte_bbdev* structure
* associated with a device.
*/