Fix common misspellings
[linux-block.git] / drivers / staging / rtl8192e / ieee80211 / rtl819x_TSProc.c
index 29eecf0ab769ceb2e6f9445ecc20df8e7b9208bc..ad6872dcf1c2883c5d8f2feda6e0b93f95779aec 100644 (file)
@@ -135,7 +135,7 @@ void ResetRxTsEntry(PRX_TS_RECORD pTS)
        ResetTsCommonInfo(&pTS->TsCommonInfo);
        pTS->RxIndicateSeq = 0xffff; // This indicate the RxIndicateSeq is not used now!!
        pTS->RxTimeoutIndicateSeq = 0xffff; // This indicate the RxTimeoutIndicateSeq is not used now!!
-       ResetBaEntry(&pTS->RxAdmittedBARecord);   // For BA Recepient
+       ResetBaEntry(&pTS->RxAdmittedBARecord);   // For BA Recipient
 }
 
 void TSInitialize(struct ieee80211_device *ieee)