From bdc0e6b7204ea0211d4f7881497e4306586fb9ef Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sat, 22 Sep 2018 05:32:50 -0700 Subject: Trivial: Clean up some typos. Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59 Signed-off-by: Paul Vinciguerra --- src/plugins/igmp/igmp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/igmp/igmp.c') diff --git a/src/plugins/igmp/igmp.c b/src/plugins/igmp/igmp.c index 98ac27168ea..85ba35c31d6 100644 --- a/src/plugins/igmp/igmp.c +++ b/src/plugins/igmp/igmp.c @@ -156,7 +156,7 @@ igmp_listen (vlib_main_t * vm, format_vnet_sw_if_index_name, vnet_get_main (), sw_if_index, format_igmp_filter_mode, mode); /* - * find configuration, if it dosn't exist, then this interface is + * find configuration, if it doesn't exist, then this interface is * not IGMP enabled */ config = igmp_config_lookup (sw_if_index); @@ -172,7 +172,7 @@ igmp_listen (vlib_main_t * vm, goto error; } - /* find igmp group, if it dosn't exist, create new */ + /* find igmp group, if it doesn't exist, create new */ group = igmp_group_lookup (config, gaddr); if (!group) @@ -292,7 +292,7 @@ igmp_listen (vlib_main_t * vm, /* * The control plane is excluding some sources. * - First; check for those that are present in the include list - * - Second; check add them to the exlude list + * - Second; check add them to the exclude list * * TODO */ @@ -364,7 +364,7 @@ igmp_enable_disable (u32 sw_if_index, u8 enable, igmp_mode_t mode) .frp_weight = 1, }; /* *INDENT-ON* */ - /* find configuration, if it dosn't exist, create new */ + /* find configuration, if it doesn't exist, create new */ config = igmp_config_lookup (sw_if_index); mfib_index = mfib_table_get_index_for_sw_if_index (FIB_PROTOCOL_IP4, sw_if_index); -- cgit 1.2.3-korg