scsi: advansys: Fix spelling of 'is'
authorganjisheng <ganjisheng@yulong.com>
Fri, 26 Mar 2021 03:04:12 +0000 (11:04 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 30 Mar 2021 03:34:45 +0000 (23:34 -0400)
s/isi/is/

Link: https://lore.kernel.org/r/20210326030412.1656-1-qiumibaozi_1@163.com
Signed-off-by: ganjisheng <ganjisheng@yulong.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/advansys.c

index ec5627890809e6e4ec6196570644b4a1b1a89e31..e9516de8c18bdbc87f73dcad950e54f45290ec65 100644 (file)
@@ -1812,7 +1812,7 @@ typedef struct adv_req {
  * Field naming convention:
  *
  *  *_able indicates both whether a feature should be enabled or disabled
- *  and whether a device isi capable of the feature. At initialization
+ *  and whether a device is capable of the feature. At initialization
  *  this field may be set, but later if a device is found to be incapable
  *  of the feature, the field is cleared.
  */