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 -1
View File
@@ -90,7 +90,7 @@ static int proto_dropstats(int proto)
#endif #endif
default: default:
retrun -EPROTONOSUPPORT; return -EPROTONOSUPPORT;
} }
return OK; return OK;