rtw_free_cmd_obj(pcmd);
                        } else {
                                /* todo: !!! fill rsp_buf to pcmd->rsp if (pcmd->rsp!= NULL) */
-                               pcmd_callback(pcmd->padapter, pcmd);/* need conider that free cmd_obj in rtw_cmd_callback */
+                               pcmd_callback(pcmd->padapter, pcmd);/* need consider that free cmd_obj in rtw_cmd_callback */
                        }
                } else {
                        RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("%s: cmdcode = 0x%x callback not defined!\n", __func__, pcmd->cmdcode));
                memcpy(&psetstakey_para->key, &psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey, 16);
        }
 
-       /* jeff: set this becasue at least sw key is ready */
+       /* jeff: set this because at least sw key is ready */
        padapter->securitypriv.busetkipkey = true;
 
        if (enqueue) {
 
  * rtw_ies_remove_ie - Find matching IEs and remove
  * @ies: Address of IEs to search
  * @ies_len: Pointer of length of ies, will update to new length
- * @offset: The offset to start scarch
+ * @offset: The offset to start search
  * @eid: Element ID to match
  * @oui: OUI to match
  * @oui_len: OUI length
 
 
                if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) {
                        if (check_fwstate(pmlmepriv, _FW_LINKED) == true) {
-                               rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have chked whether  issue dis-assoc_cmd or not */
+                               rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have checked whether issue dis-assoc_cmd or not */
                        }
               }
 
 
 /*
 * rtw_pwr_wakeup - Wake the NIC up from: 1)IPS. 2)USB autosuspend
 * @adapter: pointer to struct adapter structure
-* @ips_deffer_ms: the ms wiil prevent from falling into IPS after wakeup
+* @ips_deffer_ms: the ms will prevent from falling into IPS after wakeup
 * Return _SUCCESS or _FAIL
 */
 
 
 
                                        /* DBG_871X("after handling ps-poll, tim =%x\n", pstapriv->tim_bitmap); */
 
-                                       /* upate BCN for TIM IE */
+                                       /* update BCN for TIM IE */
                                        /* update_BCNTIM(padapter); */
                                        update_beacon(padapter, _TIM_IE_, NULL, true);
                                }
 
                                        pstapriv->tim_bitmap &= ~BIT(psta->aid);
 
-                                       /* upate BCN for TIM IE */
+                                       /* update BCN for TIM IE */
                                        /* update_BCNTIM(padapter); */
                                        update_beacon(padapter, _TIM_IE_, NULL, true);
                                }
        for (i = 0; i < nr_subframes; i++) {
                sub_pkt = subframes[i];
 
-               /* Indicat the packets to upper layer */
+               /* Indicate the packets to upper layer */
                if (sub_pkt) {
                        rtw_os_recv_indicate_pkt(padapter, sub_pkt, &prframe->u.hdr.attrib);
                }
                if (recvpriv->signal_strength_data.update_req == 0) {/*  update_req is clear, means we got rx */
                        avg_signal_strength = recvpriv->signal_strength_data.avg_val;
                        num_signal_strength = recvpriv->signal_strength_data.total_num;
-                       /*  after avg_vals are accquired, we can re-stat the signal values */
+                       /*  after avg_vals are acquired, we can re-stat the signal values */
                        recvpriv->signal_strength_data.update_req = 1;
                }
 
                if (recvpriv->signal_qual_data.update_req == 0) {/*  update_req is clear, means we got rx */
                        avg_signal_qual = recvpriv->signal_qual_data.avg_val;
                        num_signal_qual = recvpriv->signal_qual_data.total_num;
-                       /*  after avg_vals are accquired, we can re-stat the signal values */
+                       /*  after avg_vals are acquired, we can re-stat the signal values */
                        recvpriv->signal_qual_data.update_req = 1;
                }
 
 
 
                switch (pIE->ElementID) {
                case _VENDOR_SPECIFIC_IE_:
-                       /* to update WMM paramter set while receiving beacon */
+                       /* to update WMM parameter set while receiving beacon */
                        if (!memcmp(pIE->data, WMM_PARA_OUI, 6) && pIE->Length == WLAN_WMM_LEN) /* WMM */
                                if (WMM_param_handler(padapter, pIE))
                                        report_wmm_edca_update(padapter);
 
                        mpdu_len -= pattrib->icv_len;
 
                if (bmcst) {
-                       /*  don't do fragment to broadcat/multicast packets */
+                       /*  don't do fragment to broadcast/multicast packets */
                        mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen);
                } else {
                        mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len);
                                pstapriv->tim_bitmap |= BIT(psta->aid);
 
                                if (update_tim)
-                                       /* upate BCN for TIM IE */
+                                       /* update BCN for TIM IE */
                                        update_beacon(padapter, _TIM_IE_, NULL, true);
                        }