mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Fix a spelling error: return vs retrun
This commit is contained in:
parent
2d6868d9d4
commit
36f4e08de0
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ static int proto_dropstats(int proto)
|
|||
#endif
|
||||
|
||||
default:
|
||||
retrun -EPROTONOSUPPORT;
|
||||
return -EPROTONOSUPPORT;
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue