Fix a spelling error: return vs retrun
This commit is contained in:
parent
2d6868d9d4
commit
36f4e08de0
|
@ -90,7 +90,7 @@ static int proto_dropstats(int proto)
|
|||
#endif
|
||||
|
||||
default:
|
||||
retrun -EPROTONOSUPPORT;
|
||||
return -EPROTONOSUPPORT;
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
|
Loading…
Reference in New Issue