1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2017-06-17 09:45:20 +02:00
parent 807b27f7ce
commit a4e5bab1e4

View file

@ -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 */