remove typo
This commit is contained in:
parent
268ef4b37d
commit
e50b850cc0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue