diff --git a/drivers/net/rckemac.c b/drivers/net/rckemac.c index 60c2f3a0..6cb01ed3 100644 --- a/drivers/net/rckemac.c +++ b/drivers/net/rckemac.c @@ -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) {