]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix typos
authorAlain Leon <xerebz@gmail.com>
Mon, 7 Nov 2016 03:20:19 +0000 (03:20 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 20:50:27 +0000 (21:50 +0100)
Fixes typos present in the documentation and code comments.

Signed-off-by: Alain Leon <xerebz@gmail.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/overview.rst
lib/librte_kni/rte_kni.h
lib/librte_mbuf/rte_mbuf.h

index 68cc75cc199aeb2c26aaab7ef74de23b627b18ef..9986e3cbcdc2310b6cda31a2e3e9205a44b48913 100644 (file)
@@ -157,7 +157,7 @@ The mbuf library provides the facility to create and destroy buffers
 that may be used by the DPDK application to store message buffers.
 The message buffers are created at startup time and stored in a mempool, using the DPDK mempool library.
 
-This library provide an API to allocate/free mbufs, manipulate control message buffers (ctrlmbuf) which are generic message buffers,
+This library provides an API to allocate/free mbufs, manipulate control message buffers (ctrlmbuf) which are generic message buffers,
 and packet buffers (pktmbuf) which are used to carry network packets.
 
 Network Packet Buffer Management is described in :ref:`Mbuf Library <Mbuf_Library>`.
index 5f6f9e4641d029043c5c4b8c6becc0fd93e5eaa7..37deb47275c831be657cb39f545fc83597ba4d05 100644 (file)
@@ -42,7 +42,7 @@
  * interfaces that may be used by the RTE application to receive/transmit
  * packets from/to Linux kernel net interfaces.
  *
- * This library provide two APIs to burst receive packets from KNI interfaces,
+ * This library provides two APIs to burst receive packets from KNI interfaces,
  * and burst transmit packets to KNI interfaces.
  */
 
index 109e66680bf9d6a437b96e8bf993f7bf2f12b393..ead7c6eac20c079eb34d02f54576f03a85e1c9b8 100644 (file)
@@ -44,7 +44,7 @@
  * buffers. The message buffers are stored in a mempool, using the
  * RTE mempool library.
  *
- * This library provide an API to allocate/free packet mbufs, which are
+ * This library provides an API to allocate/free packet mbufs, which are
  * used to carry network packets.
  *
  * To understand the concepts of packet buffers or mbufs, you