patches 1492, 1493 and 1494 from Marc

This commit is contained in:
jani
2003-05-19 14:41:54 +00:00
parent cda867d52b
commit cd65d36822
7 changed files with 23 additions and 22 deletions

View File

@@ -511,7 +511,7 @@ netconn_recv(struct netconn *conn)
if (conn->callback)
(*conn->callback)(conn, NETCONN_EVT_RCVMINUS, len);
/* If we are closed, we indicate that we no longer wish to recieve
/* If we are closed, we indicate that we no longer wish to receive
data by setting conn->recvmbox to SYS_MBOX_NULL. */
if (p == NULL) {
memp_freep(MEMP_NETBUF, buf);