Fix common misspellings
[linux-2.6-block.git] / drivers / infiniband / hw / qib / qib_ud.c
index 4a51fd1e9cb7de7e9aa1723e91fc100d819ba52f..828609fa4d2810ce7bdb65f721120a1512a6cec5 100644 (file)
@@ -116,7 +116,7 @@ static void qib_ud_loopback(struct qib_qp *sqp, struct qib_swqe *swqe)
        }
 
        /*
-        * A GRH is expected to preceed the data even if not
+        * A GRH is expected to precede the data even if not
         * present on the wire.
         */
        length = swqe->length;
@@ -520,7 +520,7 @@ void qib_ud_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr,
                goto drop;
 
        /*
-        * A GRH is expected to preceed the data even if not
+        * A GRH is expected to precede the data even if not
         * present on the wire.
         */
        wc.byte_len = tlen + sizeof(struct ib_grh);