X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fudp%2Fudp_encap.h;h=888efa8c37c0e377bd9e2114dd519de3ade7e6a1;hb=c5df8c71c;hp=ac8e88b9643af7f680d047c9eeab3f177ff2a737;hpb=9c0a3c423ee0b9326f600a00c1bd46fef45d4975;p=vpp.git diff --git a/src/vnet/udp/udp_encap.h b/src/vnet/udp/udp_encap.h index ac8e88b9643..888efa8c37c 100644 --- a/src/vnet/udp/udp_encap.h +++ b/src/vnet/udp/udp_encap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -21,7 +21,7 @@ #include /** - * UDP encapsualtion. + * UDP encapsulation. * A representation of the encapsulation of packets in UDP-over-IP. * This is encapsulation only, there is no tunnel interface, hence * it is uni-directional. For decap register a handler with the UDP port @@ -29,7 +29,7 @@ */ /** - * Fixup behaviour. Actions performed on the encap in the data-plance + * Fixup behaviour. Actions performed on the encap in the data-plane */ typedef enum udp_encap_fixup_flags_t_ { @@ -41,7 +41,7 @@ typedef enum udp_encap_fixup_flags_t_ } udp_encap_fixup_flags_t; /** - * The UDP encap represenation + * The UDP encap representation */ typedef struct udp_encap_t_ { @@ -83,7 +83,7 @@ typedef struct udp_encap_t_ fib_protocol_t ue_ip_proto; /** - * The seond cacheline contains control-plane data + * The second cacheline contains control-plane data */ CLIB_CACHE_LINE_ALIGN_MARK (cacheline1);