Fix common misspellings
[deliverable/linux.git] / drivers / staging / rt2860 / rtmp.h
index d16b06a6e2ac711de11117cb6c872aa8ebc81f16..3c31340c946a7fe6ae0cf67aa4470924f845714d 100644 (file)
@@ -756,7 +756,7 @@ struct rt_tkip_key_info {
 /* */
 struct rt_private {
        u32 SystemResetCnt;     /* System reset counter */
-       u32 TxRingFullCnt;      /* Tx ring full occurrance number */
+       u32 TxRingFullCnt;      /* Tx ring full occurrence number */
        u32 PhyRxErrCnt;        /* PHY Rx error count, for debug purpose, might move to global counter */
        /* Variables for WEP encryption / decryption in rtmp_wep.c */
        u32 FCSCRC32;
@@ -925,7 +925,7 @@ struct rt_mlme {
   **************************************************************************/
 struct reordering_mpdu {
        struct reordering_mpdu *next;
-       void *pPacket;  /* coverted to 802.3 frame */
+       void *pPacket;  /* converted to 802.3 frame */
        int Sequence;           /* sequence number of MPDU */
        BOOLEAN bAMSDU;
 };
This page took 0.054877 seconds and 5 git commands to generate.