summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2017-05-03 20:35:35 +0100
committerPhil Blundell <philb@brightsign.biz>2017-05-03 20:59:51 +0100
commite35ac97cc887a89f27c0a4ceb789cf4a7d433556 (patch)
tree64522d98ce7deedd85e9fbef14423b055d85a552 /inet
parent8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2 (diff)
Correct misplaced comments in struct ip_mreq_source
Diffstat (limited to 'inet')
-rw-r--r--inet/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index 365bc6878e..e064188721 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