From: Lothar Waßmann Date: Wed, 8 Mar 2017 14:57:24 +0000 (+0100) Subject: net: fix typo in comment X-Git-Tag: KARO-TXSD-2017-03-15~26 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=d0b95be0e2411b88a700031cb16bb73f329675e5;p=karo-tx-uboot.git net: fix typo in comment --- diff --git a/include/net.h b/include/net.h index 06320c6514..438f6973f3 100644 --- a/include/net.h +++ b/include/net.h @@ -230,7 +230,7 @@ int usb_eth_initialize(bd_t *bi); int eth_initialize(void); /* Initialize network subsystem */ void eth_try_another(int first_restart); /* Change the device */ -void eth_set_current(void); /* set nterface to ethcur var */ +void eth_set_current(void); /* set interface to ethcur var */ int eth_get_dev_index(void); /* get the device index */ void eth_parse_enetaddr(const char *addr, uchar *enetaddr);