1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Correct misplaced comments in struct ip_mreq_source

This commit is contained in:
Phil Blundell
2017-05-03 20:35:35 +01:00
parent 8ba5c9b8d6
commit e35ac97cc8
2 changed files with 7 additions and 2 deletions

View 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