X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Figmp%2Figmp.h;h=626d9879158b12216cef32af1e2bc82215612ddf;hp=bf123ddbb79be34fb23f2709e09bea29a62098b6;hb=bdc0e6b7;hpb=6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c diff --git a/src/plugins/igmp/igmp.h b/src/plugins/igmp/igmp.h index bf123ddbb79..626d9879158 100644 --- a/src/plugins/igmp/igmp.h +++ b/src/plugins/igmp/igmp.h @@ -52,7 +52,7 @@ #define IGMP_SSM_DEFAULT (0x000000E8) #endif -/** helper macro to get igmp mebership group from pointer plus offset */ +/** helper macro to get igmp membership group from pointer plus offset */ #define group_ptr(p, l) ((igmp_membership_group_v3_t *)((u8*)(p) + (l))) #define group_cptr(p, l) ((const igmp_membership_group_v3_t *)((u8*)(p) + (l)))