diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-06-04 17:05:51 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-06-05 13:04:58 +0200 |
commit | 468c6935a8f66ff45f4c0d7ee40f4df3b0e35811 (patch) | |
tree | 4af0c6ca68c2dda8832a54a3fecaa46546ffbc33 /debian | |
parent | 0873b12f8cfad541c8c842c7ee725b6791a4f3b7 (diff) |
d/control: fix typo in librte_bus_vdev (not worth CL entry)
Change-Id: Ibc24dc47af20bd53bfaf3ce48477a9f9f01920d7
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4ed09a5b..bf9c3988 100644 --- a/debian/control +++ b/debian/control @@ -194,7 +194,7 @@ Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Data Plane Development Kit (librte_bus_dev runtime library) +Description: Data Plane Development Kit (librte_bus_vdev runtime library) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . |