diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2014-05-02 16:42:52 -0700 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2014-05-16 16:02:55 +0200 |
commit | c738c6a644e5a07fa98ede668775c08ec5321273 (patch) | |
tree | 162a0cc3a9de2a759b2a11e07cc988f6ee8d67d8 /lib/librte_kni/rte_kni.h | |
parent | 36d9324ed0a195cc7b84583ad8570fdc92ba1c80 (diff) | |
download | dpdk-c738c6a644e5a07fa98ede668775c08ec5321273.zip dpdk-c738c6a644e5a07fa98ede668775c08ec5321273.tar.gz dpdk-c738c6a644e5a07fa98ede668775c08ec5321273.tar.xz |
spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Diffstat (limited to 'lib/librte_kni/rte_kni.h')
-rw-r--r-- | lib/librte_kni/rte_kni.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index a409f1f..cad877b 100644 --- a/lib/librte_kni/rte_kni.h +++ b/lib/librte_kni/rte_kni.h @@ -140,7 +140,7 @@ extern struct rte_kni *rte_kni_create(uint8_t port_id, * context need to be stopped before calling this interface. * * @param kni - * The pointer to the context of an existant KNI interface. + * The pointer to the context of an existent KNI interface. * * @return * - 0 indicates success. @@ -154,7 +154,7 @@ extern int rte_kni_release(struct rte_kni *kni); * Finally constructs the response mbuf and puts it back to the resp_q. * * @param kni - * The pointer to the context of an existant KNI interface. + * The pointer to the context of an existent KNI interface. * * @return * - 0 |