tree-wide: fix comment/printk typos
[deliverable/linux.git] / drivers / net / wimax / i2400m / driver.c
index cdedab46ba2160390a06d25a9cbd8241494e9670..bcb483fdc4d965442f006ec3cb2425462532399a 100644 (file)
@@ -280,7 +280,7 @@ int i2400m_check_mac_addr(struct i2400m *i2400m)
                        result);
                goto error;
        }
-       /* Extract MAC addresss */
+       /* Extract MAC address */
        ddi = (void *) skb->data;
        BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address));
        d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n",
This page took 0.02414 seconds and 5 git commands to generate.