Cosmetic changes to comments

This commit is contained in:
Gregory Nutt
2013-10-06 10:46:56 -06:00
parent 4c884a5079
commit 423cc009ef
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -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;