diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-14 09:51:23 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-14 09:51:23 -0700 |
commit | 8b4712b49e2d96ab01ea4e01f661e37d8044d57a (patch) | |
tree | cf2412201b051414b68c5d886e5aeda48089704c /src/vnet/ip/igmp_packet.h | |
parent | e5468b320a1f85c58cd888f8ac930b29f85c2e4b (diff) |
IGMP: typo and doc fix (no behaviour change)
Change-Id: I1c870f90a8e0d14b972593e72242b430c13d3bf2
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/igmp_packet.h')
-rw-r--r-- | src/vnet/ip/igmp_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/igmp_packet.h b/src/vnet/ip/igmp_packet.h index cd4a40d77ff..8a3ceffc95e 100644 --- a/src/vnet/ip/igmp_packet.h +++ b/src/vnet/ip/igmp_packet.h @@ -124,7 +124,7 @@ igmp_membership_query_v3_length (const igmp_membership_query_v3_t * q) } always_inline int -igmp_membership_query_v3_is_geeral (const igmp_membership_query_v3_t * q) +igmp_membership_query_v3_is_general (const igmp_membership_query_v3_t * q) { return (0 == q->group_address.as_u32); } |