]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
aic7xxx: Fix typo in error message
authorNik Nyby <nikolas@gnu.org>
Mon, 6 Jul 2015 14:59:48 +0000 (10:59 -0400)
committerJiri Kosina <jkosina@suse.com>
Fri, 7 Aug 2015 12:36:05 +0000 (14:36 +0200)
This fixes "referenced" where it is spelled "referrenced".

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/scsi/aic7xxx/aic7xxx_core.c

index c4829d84b335d4afcab21301a84f1b45a1b4052a..64ab9eaec428c53f853ae4ef5e8e749f3ac6c188 100644 (file)
@@ -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" },