summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorJim Thompson <jim@netgate.com>2019-04-08 03:22:21 -0500
committerDamjan Marion <dmarion@me.com>2019-04-08 21:54:17 +0000
commitf324dec0a371431f9326f67e920630579741da3c (patch)
tree8fed403c84c02cc275e9cc629d2052d1edb281ed /extras
parent46f877ebba5187336be01a5692903b5ecafc4345 (diff)
fixing typos
Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson <jim@netgate.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/libmemif/docs/devperftest_doc.md2
-rw-r--r--extras/vom/vom/bond_interface.hpp4
-rw-r--r--extras/vom/vom/gbp_bridge_domain.hpp2
-rw-r--r--extras/vom/vom/gbp_contract.hpp2
-rw-r--r--extras/vom/vom/gbp_route_domain.hpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/extras/libmemif/docs/devperftest_doc.md b/extras/libmemif/docs/devperftest_doc.md
index 45741457b6c..92f21c0b09d 100644
--- a/extras/libmemif/docs/devperftest_doc.md
+++ b/extras/libmemif/docs/devperftest_doc.md
@@ -16,7 +16,7 @@ icmpr-epoll:
```
conn 0 0 1
```
-> Last argument specifies interrupt function to use. This function only respondes to ARP requests. This is important because, packet generation and transmitting is handled by a separate thread. Calling memif_tx_burst from multiple threads writing on same queue could transmit uninitialized buffers.
+> Last argument specifies interrupt function to use. This function only responds to ARP requests. This is important because, packet generation and transmitting is handled by a separate thread. Calling memif_tx_burst from multiple threads writing on same queue could transmit uninitialized buffers.
Once connection is established, you can send ping from VPP to icmpr-epoll app to learn its mac address.
```
DBGvpp# ping 192.168.1.2
diff --git a/extras/vom/vom/bond_interface.hpp b/extras/vom/vom/bond_interface.hpp
index 4584bd14be2..74bc08bbbba 100644
--- a/extras/vom/vom/bond_interface.hpp
+++ b/extras/vom/vom/bond_interface.hpp
@@ -51,7 +51,7 @@ public:
*/
const static mode_t LACP;
/**
- * Unspecificed bond interface mode
+ * Unspecified bond interface mode
*/
const static mode_t UNSPECIFIED;
@@ -85,7 +85,7 @@ public:
*/
const static lb_t L23;
/**
- * Unspecificed bond interface lb
+ * Unspecified bond interface lb
*/
const static lb_t UNSPECIFIED;
diff --git a/extras/vom/vom/gbp_bridge_domain.hpp b/extras/vom/vom/gbp_bridge_domain.hpp
index 64429fc730e..44cf29956ef 100644
--- a/extras/vom/vom/gbp_bridge_domain.hpp
+++ b/extras/vom/vom/gbp_bridge_domain.hpp
@@ -30,7 +30,7 @@ class gbp_bridge_domain : public object_base
{
public:
/**
- * The key for a bridge_domain is the pari of EPG-IDs
+ * The key for a bridge_domain is the pair of EPG-IDs
*/
typedef bridge_domain::key_t key_t;
diff --git a/extras/vom/vom/gbp_contract.hpp b/extras/vom/vom/gbp_contract.hpp
index 7775638bb9f..a8e15fb7976 100644
--- a/extras/vom/vom/gbp_contract.hpp
+++ b/extras/vom/vom/gbp_contract.hpp
@@ -37,7 +37,7 @@ public:
typedef std::set<gbp_rule> gbp_rules_t;
/**
- * The key for a contract is the pari of EPG-IDs
+ * The key for a contract is the pair of EPG-IDs
*/
typedef std::pair<sclass_t, sclass_t> key_t;
diff --git a/extras/vom/vom/gbp_route_domain.hpp b/extras/vom/vom/gbp_route_domain.hpp
index 3d877d47e57..d2dc049deff 100644
--- a/extras/vom/vom/gbp_route_domain.hpp
+++ b/extras/vom/vom/gbp_route_domain.hpp
@@ -30,7 +30,7 @@ class gbp_route_domain : public object_base
{
public:
/**
- * The key for a route_domain is the pari of EPG-IDs
+ * The key for a route_domain is the pair of EPG-IDs
*/
typedef route_domain::key_t key_t;