Merge ../scsi-misc-2.6
[pandora-kernel.git] / drivers / scsi / qla2xxx / qla_def.h
index bb0b5f5..139ea0e 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.