From e50b850cc0a8509eb4d8b61bcbbc0c812c9506b7 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 20 Sep 2011 16:37:38 +0200 Subject: [PATCH] remove typo --- drivers/net/rckemac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {