Fix common misspellings
[linux-block.git] / drivers / staging / rt2860 / common / cmm_data.c
index f6c193cb84ee6a946f66373978aa9179d82e3f39..33799e1449aed5ddbf0c9eb5baf7764e0749ad8d 100644 (file)
@@ -337,7 +337,7 @@ int MlmeHardTransmitMgmtRing(struct rt_rtmp_adapter *pAd,
 
        /* */
        /* In WMM-UAPSD, mlme frame should be set psm as power saving but probe request frame */
-       /* Data-Null packets alse pass through MMRequest in RT2860, however, we hope control the psm bit to pass APSD */
+       /* Data-Null packets also pass through MMRequest in RT2860, however, we hope control the psm bit to pass APSD */
 /*      if ((pHeader_802_11->FC.Type != BTYPE_DATA) && (pHeader_802_11->FC.Type != BTYPE_CNTL)) */
        {
                if ((pHeader_802_11->FC.SubType == SUBTYPE_ACTION) ||
@@ -1933,7 +1933,7 @@ BOOLEAN RTMPCheckEtherType(struct rt_rtmp_adapter *pAd, void *pPacket)
 
        if (TypeLen <= 1500) {  /* 802.3, 802.3 LLC */
                /*
-                  DestMAC(6) + SrcMAC(6) + Lenght(2) +
+                  DestMAC(6) + SrcMAC(6) + Length(2) +
                   DSAP(1) + SSAP(1) + Control(1) +
                   if the DSAP = 0xAA, SSAP=0xAA, Contorl = 0x03, it has a 5-bytes SNAP header.
                   => + SNAP (5, OriginationID(3) + etherType(2))