]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/netmap_compatibility.rst
doc: fix spellings and typos
[dpdk.git] / doc / guides / sample_app_ug / netmap_compatibility.rst
index f333f25c9ae2296602cd7140e083cfd46d0feba7..d86b3e35f99674929583932f88a4e55bc89e2073 100644 (file)
@@ -114,7 +114,7 @@ namely rte_netmap_init() and rte_netmap_init_port().
 These two initialization functions take compat_netmap specific data structures as parameters:
 struct rte_netmap_conf and struct rte_netmap_port_conf.
 Those structures' fields are Netmap related and are self-explanatory for developers familiar with Netmap.
-They are definedin $RTE_SDK/examples/netmap_compat/ lib/compat_netmap.h.
+They are defined in $RTE_SDK/examples/netmap_compat/ lib/compat_netmap.h.
 
 The bridge application is an example largely based on the bridge example shipped with the Netmap distribution.
 It shows how a minimal Netmap application with minimal and straightforward source code changes can be run on top of the DPDK.