Correct misplaced comments in struct ip_mreq_source
authorPhil Blundell <philb@brightsign.biz>
Wed, 3 May 2017 19:35:35 +0000 (20:35 +0100)
committerPhil Blundell <philb@brightsign.biz>
Wed, 3 May 2017 19:59:51 +0000 (20:59 +0100)
ChangeLog
inet/netinet/in.h

index c2d13f1..2e13d66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-03  Phil Blundell  <pb@pbcl.net>
+
+       * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced
+       comments.
+
 2017-05-03  Carlos O'Donell  <carlos@redhat.com>
 
        [BZ #20116]
index 365bc68..e064188 100644 (file)
@@ -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