Fix common misspellings
[linux-block.git] / drivers / staging / rtl8192u / ieee80211 / rtl819x_TSProc.c
index c3fcaae0750df6dacacd23afe4466e991cd505e6..957ce4ef48b52a0ea5567940a7c2df3e6b2d04f5 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)