diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-09-22 05:32:50 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-24 08:08:03 +0000 |
commit | bdc0e6b7204ea0211d4f7881497e4306586fb9ef (patch) | |
tree | 199b4da1aea679f0626451692a57476a70286524 /src/plugins/gbp/gbp_endpoint.h | |
parent | 6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c (diff) |
Trivial: Clean up some typos.
Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
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_ |