changed comment in struct linger

This commit is contained in:
sg 2015-02-10 21:40:27 +01:00
parent 338feef70e
commit ee833ea594

View File

@ -178,7 +178,7 @@ struct lwip_setgetsockopt_data {
*/
struct linger {
int l_onoff; /* option on/off */
int l_linger; /* linger time */
int l_linger; /* linger time in seconds */
};
/*