From a4e5bab1e4daf7fff0203b55049ab848bcc59309 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 17 Jun 2017 09:45:20 +0200 Subject: [PATCH] remove typo --- drivers/net/vioif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/vioif.c b/drivers/net/vioif.c index fc37eaaed..68c6a345f 100644 --- a/drivers/net/vioif.c +++ b/drivers/net/vioif.c @@ -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 */