Commit 5f367f02 authored by Nik Nyby's avatar Nik Nyby Committed by Jiri Kosina

aic7xxx: Fix typo in error message

This fixes "referenced" where it is spelled "referrenced".
Signed-off-by: default avatarNik Nyby <nikolas@gnu.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 831527b7
......@@ -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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment