]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/overview.rst
doc: fix typos
[dpdk.git] / doc / guides / prog_guide / overview.rst
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>`.