Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / scsi / nsp32.c
index 6b8b021..f6a50c9 100644 (file)
@@ -1288,7 +1288,7 @@ static irqreturn_t do_nsp32_isr(int irq, void *dev_id)
                        nsp32_dbg(NSP32_DEBUG_INTR, "SSACK=0x%lx", 
                                    nsp32_read4(base, SAVED_SACK_CNT));
 
-                       scsi_set_resid(SCpnt, 0); /* all data transfered! */
+                       scsi_set_resid(SCpnt, 0); /* all data transferred! */
                }
 
                /*
@@ -1630,7 +1630,7 @@ static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph)
 
                        /*
                         * If SAVEDSACKCNT == 0, it means SavedDataPointer is
-                        * come after data transfering.
+                        * come after data transferring.
                         */
                        if (s_sacklen > 0) {
                                /*
@@ -1785,7 +1785,7 @@ static void nsp32_adjust_busfree(struct scsi_cmnd *SCpnt, unsigned int s_sacklen
                   the head element of the sg. restlen is correctly calculated. */
        }
 
-       /* calculate the rest length for transfering */
+       /* calculate the rest length for transferring */
        restlen = sentlen - s_sacklen;
 
        /* update adjusting current SG table entry */