diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2017-11-02 20:30:17 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2017-11-07 01:46:22 +0100 |
commit | d76de38676561c546cc3494b4deaf28c4a1011e4 (patch) | |
tree | 0f2afeb85c4156d0639907d1fb675f741f8ff412 /lib/librte_kni/rte_kni.h | |
parent | 8d39d3e237c29a9eef6b6c3b57982ca7e7077642 (diff) | |
download | dpdk-d76de38676561c546cc3494b4deaf28c4a1011e4.zip dpdk-d76de38676561c546cc3494b4deaf28c4a1011e4.tar.gz dpdk-d76de38676561c546cc3494b4deaf28c4a1011e4.tar.xz |
lib: fix some typos
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Diffstat (limited to 'lib/librte_kni/rte_kni.h')
-rw-r--r-- | lib/librte_kni/rte_kni.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index 87812cd..d195079 100644 --- a/lib/librte_kni/rte_kni.h +++ b/lib/librte_kni/rte_kni.h @@ -118,7 +118,7 @@ void rte_kni_init(unsigned int max_kni_ifaces); * elements for each KNI interface allocated. * * @param pktmbuf_pool - * The mempool for allocting mbufs for packets. + * The mempool for allocating mbufs for packets. * @param conf * The pointer to the configurations of the KNI device. * @param ops |