Fix a spelling error: return vs retrun

This commit is contained in:
Gregory Nutt 2017-07-10 11:50:42 -06:00
parent 2d6868d9d4
commit 36f4e08de0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ static int proto_dropstats(int proto)
#endif
default:
retrun -EPROTONOSUPPORT;
return -EPROTONOSUPPORT;
}
return OK;