remove typo

This commit is contained in:
Stefan Lankes 2011-08-06 07:27:14 -07:00
parent 6d08dbcf72
commit 40d3763d4c

View file

@ -276,7 +276,7 @@ static void rckemacif_input(struct netif* netif, struct pbuf* p)
#endif /* PPPOE_SUPPORT */
/* full packet send to tcpip_thread to process */
if (mynetif->input(p, mynetif) != ERR_OK) {
LWIP_DEBUGF(NETIF_DEBUG, ("rtl8139if_input: IP input error\n"));
LWIP_DEBUGF(NETIF_DEBUG, ("rckemacif_input: IP input error\n"));
pbuf_free(p);
}
break;