diff --git a/ChangeLog b/ChangeLog index 96c1c8ba048..4c39924a81c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5719,4 +5719,4 @@ will eventually become an LCDC driver for the SAMA5 (2013-10-6). * net/net_close.c, net/uip/uip_tcpcon, and include/nuttx/net/uip/uip-tcp.h: Make net_close() nonblocking and free unestablished connections if no - free connections available. From Max Holtzber (2013-10-6). + free connections available. From Max Holtzberg (2013-10-6). diff --git a/include/nuttx/net/uip/uip-tcp.h b/include/nuttx/net/uip/uip-tcp.h index 50b3e3c9293..4c9f767e910 100644 --- a/include/nuttx/net/uip/uip-tcp.h +++ b/include/nuttx/net/uip/uip-tcp.h @@ -200,9 +200,8 @@ struct uip_conn FAR struct uip_callback_s *list; /* Close callback. The socket close logic allocates this callback and lets - * the connection handle closing itself. So the application won't be - * blocked on the close call. The callback has to be freed together with - * this connection structure. + * the connection handle close itself. So the application won't be blocked + * on the close call. The callback has to be freed together with this. */ FAR struct uip_callback_s *closecb;