aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gbp/gbp_vxlan.c
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-12-28 02:34:30 +0000
committerOle Tr�an <otroan@employees.org>2021-02-09 18:34:18 +0000
commit447d55b86c3cff97c57c6b6c44cedb53667da397 (patch)
treec726709aa9ae2fa63d49c5e1a165caeda016e92d /src/plugins/gbp/gbp_vxlan.c
parentb552ff2e939b8c058c4f11b311b932c4f198cb89 (diff)
gbp: fix typo in macro
Type: fix Change-Id: I1f8245e8cccacb5bbb511aef39e31d0a76bba95f Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/gbp/gbp_vxlan.c')
-rw-r--r--src/plugins/gbp/gbp_vxlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gbp/gbp_vxlan.c b/src/plugins/gbp/gbp_vxlan.c
index d3da2b53949..77e4d7ac11b 100644
--- a/src/plugins/gbp/gbp_vxlan.c
+++ b/src/plugins/gbp/gbp_vxlan.c
@@ -25,7 +25,7 @@
/**
* A reference to a VXLAN-GBP tunnel created as a child/dependent tunnel
- * of the tempplate GBP-VXLAN tunnel
+ * of the template GBP-VXLAN tunnel
*/
typedef struct vxlan_tunnel_ref_t_
{
@@ -72,7 +72,7 @@ static vlib_punt_hdl_t punt_hdl;
static char *gbp_vxlan_tunnel_layer_strings[] = {
#define _(n,s) [GBP_VXLAN_TUN_##n] = s,
- forecah_gbp_vxlan_tunnel_layer
+ foreach_gbp_vxlan_tunnel_layer
#undef _
};