Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / cxgb3 / t3_hw.c
index d55db6b38e7b9a9297fdd2feec1e21deb02c0aae..c688421da9c708ae3f8f200edef09496a5a15c6f 100644 (file)
@@ -1386,11 +1386,11 @@ struct intr_info {
  *     @reg: the interrupt status register to process
  *     @mask: a mask to apply to the interrupt status
  *     @acts: table of interrupt actions
- *     @stats: statistics counters tracking interrupt occurences
+ *     @stats: statistics counters tracking interrupt occurrences
  *
  *     A table driven interrupt handler that applies a set of masks to an
  *     interrupt status word and performs the corresponding actions if the
- *     interrupts described by the mask have occured.  The actions include
+ *     interrupts described by the mask have occurred.  The actions include
  *     optionally printing a warning or alert message, and optionally
  *     incrementing a stat counter.  The table is terminated by an entry
  *     specifying mask 0.  Returns the number of fatal interrupt conditions.
@@ -2783,7 +2783,7 @@ static void init_mtus(unsigned short mtus[])
 {
        /*
         * See draft-mathis-plpmtud-00.txt for the values.  The min is 88 so
-        * it can accomodate max size TCP/IP headers when SACK and timestamps
+        * it can accommodate max size TCP/IP headers when SACK and timestamps
         * are enabled and still have at least 8 bytes of payload.
         */
        mtus[0] = 88;