]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: fix typo in comment
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:57:24 +0000 (15:57 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:36:23 +0000 (16:36 +0100)
include/net.h

index 06320c6514c9543923f109a0300e8e0e91a78057..438f6973f3210b2cd9dea81a3c12ecd6fff0c3d5 100644 (file)
@@ -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);