remove typo

This commit is contained in:
Stefan Lankes 2011-09-20 16:37:38 +02:00
parent 268ef4b37d
commit e50b850cc0

View file

@ -349,7 +349,7 @@ static void rckemacif_input(struct netif* netif, struct pbuf* p)
#endif /* PPPOE_SUPPORT */
/*
* This function is called in the context of the tcpip thread.
* Therefore, we are able to call directly the oinput functions
* Therefore, we are able to call directly the input functions
*/
err = ethernet_input(p, netif);
if (err != ERR_OK) {