Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -79,7 +79,7 @@ struct ahc_hard_error_entry {


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