tree-wide: fix comment/printk typos
[linux-2.6-block.git] / drivers / infiniband / hw / cxgb3 / cxio_wr.h
index 4bb997aa39d0c69154074d47f40243ff3c314995..83d2e19d31aeab7745550b2224139e2ab034b9c2 100644 (file)
@@ -689,7 +689,7 @@ struct t3_swrq {
  * A T3 WQ implements both the SQ and RQ.
  */
 struct t3_wq {
-       union t3_wr *queue;             /* DMA accessable memory */
+       union t3_wr *queue;             /* DMA accessible memory */
        dma_addr_t dma_addr;            /* DMA address for HW */
        DEFINE_DMA_UNMAP_ADDR(mapping); /* unmap kruft */
        u32 error;                      /* 1 once we go to ERROR */