Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / staging / rtl8187se / r8180_core.c
index 70ab008..2155a77 100644 (file)
@@ -1591,7 +1591,7 @@ void rtl8180_rx(struct net_device *dev)
                priv->RSSI = RSSI;
                /* SQ translation formula is provided by SD3 DZ. 2006.06.27 */
                if (quality >= 127)
-                       quality = 1; /*0; */ /* 0 will cause epc to show signal zero , walk aroud now; */
+                       quality = 1; /*0; */ /* 0 will cause epc to show signal zero , walk around now; */
                else if (quality < 27)
                        quality = 100;
                else
@@ -3883,7 +3883,7 @@ void rtl8180_tx_isr(struct net_device *dev, int pri, short error)
         * If the packet previous of the nic pointer has been
         * processed this doesn't matter: it will be checked
         * here at the next round. Anyway if no more packet are
-        * TXed no memory leak occour at all.
+        * TXed no memory leak occur at all.
         */
 
        switch (pri) {