doc: fix typo in KNI guide
authorCiara Power <ciara.power@intel.com>
Mon, 2 Nov 2020 15:23:48 +0000 (15:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Nov 2020 20:08:30 +0000 (21:08 +0100)
The typo "withe" should have been "with the". This is now fixed.

Fixes: 89397a01ce4a ("kni: set default carrier state of interface")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/kernel_nic_interface.rst

index de5d75b..1ce03ec 100644 (file)
@@ -178,7 +178,7 @@ KNI Creation and Deletion
 -------------------------
 
 Before any KNI interfaces can be created, the ``rte_kni`` kernel module must
-be loaded into the kernel and configured withe ``rte_kni_init()`` function.
+be loaded into the kernel and configured with the ``rte_kni_init()`` function.
 
 The KNI interfaces are created by a DPDK application dynamically via the
 ``rte_kni_alloc()`` function.