diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-01-19 15:36:38 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-19 15:37:19 +0100 |
commit | 5a3a7658863f74f28cef53b9336bff7423659801 (patch) | |
tree | 9422c16705938f011ec97d6255e90218bc9b52eb /drivers/scsi/aic7xxx/aic79xx.h | |
parent | 7044882ef231201ed84e14b766d948d4c6b46f82 (diff) |
Comment typo fixes for 'descriptor'
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx.h b/drivers/scsi/aic7xxx/aic79xx.h index be5558ab84e..95ee5038518 100644 --- a/drivers/scsi/aic7xxx/aic79xx.h +++ b/drivers/scsi/aic7xxx/aic79xx.h @@ -672,7 +672,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 */ |