diff options
Diffstat (limited to 'src/plugins/gbp/gbp_endpoint.h')
-rw-r--r-- | src/plugins/gbp/gbp_endpoint.h | 8 |
1 files changed, 4 insertions, 4 deletions
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_ |