diff --git a/net/ipforward/ipfwd_dropstats.c b/net/ipforward/ipfwd_dropstats.c index 28d2f4cd87..469a95b8d9 100644 --- a/net/ipforward/ipfwd_dropstats.c +++ b/net/ipforward/ipfwd_dropstats.c @@ -90,7 +90,7 @@ static int proto_dropstats(int proto) #endif default: - retrun -EPROTONOSUPPORT; + return -EPROTONOSUPPORT; } return OK;