mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
807b27f7ce
commit
a4e5bab1e4
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ err_t vioif_init(struct netif* netif)
|
|||
netif->output = etharp_output;
|
||||
netif->linkoutput = vioif_output;
|
||||
/* set maximum transfer unit
|
||||
* Google Compute Platform supports only a MTU from 1460
|
||||
* Google Compute Platform supports only a MTU of 1460
|
||||
*/
|
||||
netif->mtu = 1460;
|
||||
/* broadcast capability */
|
||||
|
|
Loading…
Add table
Reference in a new issue