diff --git a/[refs] b/[refs] index 2f19c4347310..21867cc94f7e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00719fab9f6eb90b9e427d1096ad540d51878661 +refs/heads/master: b977e29f825a4472520e78b61d92cc1f53d7ba80 diff --git a/trunk/drivers/staging/rt2860/common/cmm_mac_pci.c b/trunk/drivers/staging/rt2860/common/cmm_mac_pci.c index 850f0fbc6d90..21eed2507e1c 100644 --- a/trunk/drivers/staging/rt2860/common/cmm_mac_pci.c +++ b/trunk/drivers/staging/rt2860/common/cmm_mac_pci.c @@ -753,7 +753,7 @@ BOOLEAN AsicCheckCommanOk(struct rt_rtmp_adapter *pAd, u8 Command) /* This command's status is at the same position as command. So AND command position's bitmask to read status. */ if (i < 200) { - /* If Status is 1, the comamnd is success. */ + /* If Status is 1, the command is success. */ if (((CmdStatus & ThisCIDMask) == 0x1) || ((CmdStatus & ThisCIDMask) == 0x100) || ((CmdStatus & ThisCIDMask) == 0x10000)