From: Phil Blundell Date: Wed, 3 May 2017 19:35:35 +0000 (+0100) Subject: Correct misplaced comments in struct ip_mreq_source X-Git-Tag: glibc-2.26~556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35ac97cc887a89f27c0a4ceb789cf4a7d433556;p=thirdparty%2Fglibc.git Correct misplaced comments in struct ip_mreq_source --- diff --git a/ChangeLog b/ChangeLog index c2d13f1dc8c..2e13d668a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-03 Phil Blundell + + * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced + comments. + 2017-05-03 Carlos O'Donell [BZ #20116] diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 365bc6878e9..e0641887218 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -275,10 +275,10 @@ struct ip_mreq_source /* IP multicast address of group. */ struct in_addr imr_multiaddr; - /* IP address of source. */ + /* IP address of interface. */ struct in_addr imr_interface; - /* IP address of interface. */ + /* IP address of source. */ struct in_addr imr_sourceaddr; }; #endif