Skip to content

Commit

Permalink
aic7xxx: Fix typo in error message
Browse files Browse the repository at this point in the history
This fixes "referenced" where it is spelled "referrenced".

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
  • Loading branch information
Nik Nyby authored and Jiri Kosina committed Aug 7, 2015
1 parent 831527b commit 5f367f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aic7xxx/aic7xxx_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 5f367f0

Please sign in to comment.