diff options
author | Jim Thompson <jim@netgate.com> | 2019-04-08 03:22:21 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-08 21:54:17 +0000 |
commit | f324dec0a371431f9326f67e920630579741da3c (patch) | |
tree | 8fed403c84c02cc275e9cc629d2052d1edb281ed /src/vnet/bier | |
parent | 46f877ebba5187336be01a5692903b5ecafc4345 (diff) |
fixing typos
Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3
Signed-off-by: Jim Thompson <jim@netgate.com>
Diffstat (limited to 'src/vnet/bier')
-rw-r--r-- | src/vnet/bier/bier_disp_entry.c | 2 | ||||
-rw-r--r-- | src/vnet/bier/bier_disp_entry.h | 6 | ||||
-rw-r--r-- | src/vnet/bier/bier_imp.h | 2 | ||||
-rw-r--r-- | src/vnet/bier/bier_lookup.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/vnet/bier/bier_disp_entry.c b/src/vnet/bier/bier_disp_entry.c index 98508addfe0..c1437768dd6 100644 --- a/src/vnet/bier/bier_disp_entry.c +++ b/src/vnet/bier/bier_disp_entry.c @@ -13,7 +13,7 @@ * limitations under the License. */ /** - * bier_dispositon : The BIER disposition object + * bier_disposition : The BIER disposition object * * A BIER disposition object is present in the IP mcast output list * and represents the disposition of a BIER bitmask. After BIER header diff --git a/src/vnet/bier/bier_disp_entry.h b/src/vnet/bier/bier_disp_entry.h index 1647a7e166a..db381a84d36 100644 --- a/src/vnet/bier/bier_disp_entry.h +++ b/src/vnet/bier/bier_disp_entry.h @@ -13,9 +13,9 @@ * limitations under the License. */ /** - * bier_dispositon : The BIER dispositon object + * bier_disposition : The BIER disposition object * - * A BIER dispositon object is used to pop the BIER header for for-us + * A BIER disposition object is used to pop the BIER header for for-us * packets and steer the packet down the payload protocol specific graph */ @@ -27,7 +27,7 @@ #include <vnet/dpo/dpo.h> /** - * The BIER dispositon object + * The BIER disposition object */ typedef struct bier_disp_entry_t_ { /** diff --git a/src/vnet/bier/bier_imp.h b/src/vnet/bier/bier_imp.h index cdc4dbb4fc1..f458772b668 100644 --- a/src/vnet/bier/bier_imp.h +++ b/src/vnet/bier/bier_imp.h @@ -17,7 +17,7 @@ * * A BIER imposition object is present in the IP mcast output list * and represents the imposition of a BIER bitmask. After BIER header - * imposition the packet is forward within the appropriate/specifid + * imposition the packet is forward within the appropriate/specified * BIER table */ diff --git a/src/vnet/bier/bier_lookup.c b/src/vnet/bier/bier_lookup.c index c57c81d7aa9..402bcbce7dc 100644 --- a/src/vnet/bier/bier_lookup.c +++ b/src/vnet/bier/bier_lookup.c @@ -67,7 +67,7 @@ typedef enum { vlib_node_registration_t bier_lookup_node; /** - * @brief Packet trace recoed for a BIER lookup + * @brief Packet trace record for a BIER lookup */ typedef struct bier_lookup_trace_t_ { |