From: David S. Miller Date: Fri, 2 Dec 2011 17:37:33 +0000 (-0500) Subject: niu: Fix typo in comment. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1d214fa34fc7878d90e0963f9eb4895510db5e48;p=deliverable%2Flinux.git niu: Fix typo in comment. Reported-by: Thomas Jarosch Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/sun/niu.c b/drivers/net/ethernet/sun/niu.c index 88e6b1501ec8..cf433931304f 100644 --- a/drivers/net/ethernet/sun/niu.c +++ b/drivers/net/ethernet/sun/niu.c @@ -8589,7 +8589,7 @@ static int __devinit phy_record(struct niu_parent *parent, if (dev_id_1 < 0 || dev_id_2 < 0) return 0; if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) { - /* Becuase of the NIU_PHY_ID_MASK being applied, the 8704 + /* Because of the NIU_PHY_ID_MASK being applied, the 8704 * test covers the 8706 as well. */ if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) &&