]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/overview.rst
doc: add GSO programmer's guide
[dpdk.git] / doc / guides / prog_guide / overview.rst
index 5d378e50ea87e65c5f440b8b7b35067446df6b6e..9986e3cbcdc2310b6cda31a2e3e9205a44b48913 100644 (file)
@@ -112,7 +112,7 @@ The services provided by the EAL are:
 
 *   Alarm operations
 
-*   Memory managenent (malloc)
+*   Memory management (malloc)
 
 The EAL is fully described in :ref:`Environment Abstraction Layer <Environment_Abstraction_Layer>`.
 
@@ -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>`.