mediatek: fix typo
authorDavid Bauer <mail@david-bauer.net>
Wed, 17 May 2023 20:51:58 +0000 (22:51 +0200)
committerDavid Bauer <mail@david-bauer.net>
Wed, 17 May 2023 23:42:52 +0000 (01:42 +0200)
Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac

index b4c1c8f1d042a1d2850b3e8c82b6a47b6875b8a0..bcd32fab8e256b25f87143dc6b743906979f3975 100644 (file)
@@ -14,7 +14,7 @@ case "$board" in
                CI_UBIPART="UBI_DEV"
                addr=$(mtd_get_mac_binary_ubi "Factory" 0x4)
                # Originally, phy0 is phy1 mac with LA bit set. However, this would conflict
-               # addresses on mutiple VIFs with the other radio. Set LA bit and increment
+               # addresses on multiple VIFs with the other radio. Set LA bit and increment
                # mac-address instead.
                [ "$PHYNBR" = "0" ] && macaddr_setbit_la $(macaddr_add $addr 1) > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" = "1" ] && echo "$addr" > /sys${DEVPATH}/macaddress