Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / bcm / Qos.c
index feade9451b2e01c279291c4baca1ba0f34e4d49d..c97020f0fb6a3aa26d82c0373df39b01e4c06dc9 100644 (file)
@@ -727,7 +727,7 @@ static BOOLEAN EthCSMatchVLANRules(S_CLASSIFIER_RULE *pstClassifierRule,struct s
 
        BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV4_DBG, DBG_LVL_ALL,  "%s  CLS UserPrio:%x CLS VLANID:%x\n",__FUNCTION__,ntohs(*((USHORT *)pstClassifierRule->usUserPriority)),pstClassifierRule->usVLANID);
 
-       /* In case FW didn't recieve the TLV, the priority field should be ignored */
+       /* In case FW didn't receive the TLV, the priority field should be ignored */
        if(pstClassifierRule->usValidityBitMap & (1<<PKT_CLASSIFICATION_USER_PRIORITY_VALID))
        {
                if(pstEthCsPktInfo->eNwpktEthFrameType!=eEth802QVLANFrame)