summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-06 10:46:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-06 10:46:56 -0600
commit7066e32582e87e8c90d195eb8b1ecdcdc77e10a8 (patch)
tree0dc61ef9a0806cdfcbec70093902c809befca53c
parent6cc69bfa5100230776910d8f1d463b113df5f561 (diff)
downloadnuttx-7066e32582e87e8c90d195eb8b1ecdcdc77e10a8.tar.gz
nuttx-7066e32582e87e8c90d195eb8b1ecdcdc77e10a8.tar.bz2
nuttx-7066e32582e87e8c90d195eb8b1ecdcdc77e10a8.zip
Cosmetic changes to comments
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/include/nuttx/net/uip/uip-tcp.h5
2 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 96c1c8ba0..4c39924a8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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/nuttx/include/nuttx/net/uip/uip-tcp.h b/nuttx/include/nuttx/net/uip/uip-tcp.h
index 50b3e3c92..4c9f767e9 100644
--- a/nuttx/include/nuttx/net/uip/uip-tcp.h
+++ b/nuttx/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;