Fix common misspellings
[deliverable/linux.git] / drivers / scsi / aic7xxx / aic7xxx.h
index e4e651cca3e448185cefb4a9474f9cf7baad12f0..f695774645c1b1971a878d2cf4c041144d0494e1 100644 (file)
@@ -440,7 +440,7 @@ struct hardware_scb {
  *     o A residual has occurred if SG_FULL_RESID is set in sgptr,
  *       or residual_sgptr does not have SG_LIST_NULL set.
  *
- *     o We are transfering the last segment if residual_datacnt has
+ *     o We are transferring the last segment if residual_datacnt has
  *       the SG_LAST_SEG flag set.
  *
  * Host:
@@ -494,7 +494,7 @@ struct hardware_scb {
  */
 
 /*
- * Definition of a scatter/gather element as transfered to the controller.
+ * Definition of a scatter/gather element as transferred to the controller.
  * The aic7xxx chips only support a 24bit length.  We use the top byte of
  * the length to store additional address bits and a flag to indicate
  * that a given segment terminates the transfer.  This gives us an
@@ -618,7 +618,7 @@ struct scb_data {
 /************************ Target Mode Definitions *****************************/
 
 /*
- * Connection desciptor for select-in requests in target mode.
+ * Connection descriptor for select-in requests in target mode.
  */
 struct target_cmd {
        uint8_t scsiid;         /* Our ID and the initiator's ID */
This page took 0.024845 seconds and 5 git commands to generate.