From 423cc009ef95fae49ce65cbebb092f9ab31d5b42 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 6 Oct 2013 10:46:56 -0600 Subject: [PATCH] Cosmetic changes to comments --- ChangeLog | 2 +- include/nuttx/net/uip/uip-tcp.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96c1c8ba04..4c39924a81 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 50b3e3c929..4c9f767e91 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;