net: tlan: Fix typo abitrary
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Thu, 8 Oct 2020 08:47:31 +0000 (17:47 +0900)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Oct 2020 23:30:03 +0000 (16:30 -0700)
Fix comment typo.
s/abitrary/arbitrary/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ti/tlan.c

index 76a342e..e922258 100644 (file)
@@ -2511,7 +2511,7 @@ static void tlan_phy_power_down(struct net_device *dev)
        }
 
        /* Wait for 50 ms and powerup
-        * This is abitrary.  It is intended to make sure the
+        * This is arbitrary.  It is intended to make sure the
         * transceiver settles.
         */
        tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP);