浏览代码

aic7xxx: Fix typo in error message

This fixes "referenced" where it is spelled "referrenced".

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Nik Nyby 10 年之前
父节点
当前提交
5f367f0288
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/aic7xxx/aic7xxx_core.c

+ 1 - 1
drivers/scsi/aic7xxx/aic7xxx_core.c

@@ -79,7 +79,7 @@ struct ahc_hard_error_entry {
 
 static const struct ahc_hard_error_entry ahc_hard_errors[] = {
 	{ ILLHADDR,	"Illegal Host Access" },
-	{ ILLSADDR,	"Illegal Sequencer Address referrenced" },
+	{ ILLSADDR,	"Illegal Sequencer Address referenced" },
 	{ ILLOPCODE,	"Illegal Opcode in sequencer program" },
 	{ SQPARERR,	"Sequencer Parity Error" },
 	{ DPARERR,	"Data-path Parity Error" },