diff --git a/net/ipforward/ipfwd_dropstats.c b/net/ipforward/ipfwd_dropstats.c index 28d2f4cd87e..469a95b8d92 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;