mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
Fix a spelling error: return vs retrun
This commit is contained in:
@@ -90,7 +90,7 @@ static int proto_dropstats(int proto)
|
||||
#endif
|
||||
|
||||
default:
|
||||
retrun -EPROTONOSUPPORT;
|
||||
return -EPROTONOSUPPORT;
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user