Trivial comment fix for lwip_netconn_do_disconnect()

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin 2015-12-12 12:28:37 +08:00 committed by Dirk Ziegelmeier
parent d4361fc7d7
commit 031de097db

View File

@ -1222,7 +1222,7 @@ lwip_netconn_do_connect(struct api_msg_msg *msg)
} }
/** /**
* Connect a pcb contained inside a netconn * Disconnect a pcb contained inside a netconn
* Only used for UDP netconns. * Only used for UDP netconns.
* Called from netconn_disconnect. * Called from netconn_disconnect.
* *