]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/qla2xxx/qla_def.h
Merge ../scsi-misc-2.6
[linux-2.6-omap-h63xx.git] / drivers / scsi / qla2xxx / qla_def.h
index bb0b5f5e31a59baec3bae8dbf79e1e811a5f446f..139ea0e27fd7c1c7bfe92f36a5454142bcfee8ba 100644 (file)
@@ -2139,7 +2139,7 @@ typedef struct scsi_qla_host {
        mempool_t       *srb_mempool;
 
        /* This spinlock is used to protect "io transactions", you must
-        * aquire it before doing any IO to the card, eg with RD_REG*() and
+        * acquire it before doing any IO to the card, eg with RD_REG*() and
         * WRT_REG*() for the duration of your entire commandtransaction.
         *
         * This spinlock is of lower priority than the io request lock.