aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom')
-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
4 files changed, 5 insertions, 5 deletions
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;