X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_endpoint.h;fp=src%2Fplugins%2Fgbp%2Fgbp_endpoint.h;h=c92b21725944df5d70dc868b77ba3faa353222ff;hb=bdc0e6b7204ea0211d4f7881497e4306586fb9ef;hp=275897dd0e353015d3b7adae65089214e71c1e63;hpb=6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c;p=vpp.git diff --git a/src/plugins/gbp/gbp_endpoint.h b/src/plugins/gbp/gbp_endpoint.h index 275897dd0e3..c92b2172594 100644 --- a/src/plugins/gbp/gbp_endpoint.h +++ b/src/plugins/gbp/gbp_endpoint.h @@ -37,10 +37,10 @@ typedef enum gbp_endpoint_flags_t_ /** * A Group Based Policy Endpoint. - * This is typcially a VM or container. If the endpoint is local (i.e. on - * the smae compute node as VPP) then there is one interface per-endpoint. - * If the EP is remote,e.g. reachable onver a [vxlan] tunnel, then there - * will be multiple EPs reachable over the tunnel and they can be distingusihed + * This is typically a VM or container. If the endpoint is local (i.e. on + * the same compute node as VPP) then there is one interface per-endpoint. + * If the EP is remote,e.g. reachable over a [vxlan] tunnel, then there + * will be multiple EPs reachable over the tunnel and they can be distinguished * via either their MAC or IP Address[es]. */ typedef struct gbp_endpoint_t_