diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-07-06 10:59:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 14:36:05 +0200 |
commit | 5f367f0288c44c706ed4b2622aee451498fb3ab3 (patch) | |
tree | 6e626ec2907f953e7c420cb1b303ac462a8d5d92 /drivers/scsi/aic7xxx | |
parent | 831527b7304d06ea24afd2d01956dad06cd34043 (diff) | |
download | linux-5f367f0288c44c706ed4b2622aee451498fb3ab3.tar.bz2 |
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>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c index c4829d84b335..64ab9eaec428 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_core.c +++ b/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" }, |