Module Name: src
Committed By: andvar
Date: Fri Dec 31 20:38:08 UTC 2021
Modified Files:
src/sys/dev/pci: siisata_pci.c
Log Message:
s/interrups/interrupts/
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/siisata_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/siisata_pci.c
diff -u src/sys/dev/pci/siisata_pci.c:1.21 src/sys/dev/pci/siisata_pci.c:1.22
--- src/sys/dev/pci/siisata_pci.c:1.21 Wed May 5 19:30:51 2021
+++ src/sys/dev/pci/siisata_pci.c Fri Dec 31 20:38:08 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.21 2021/05/05 19:30:51 jdolecek Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.22 2021/12/31 20:38:08 andvar Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.21 2021/05/05 19:30:51 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.22 2021/12/31 20:38:08 andvar Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@@ -95,7 +95,7 @@ static const struct siisata_pci_board si
.spb_chip = 3124,
/*
* SiI3124 seems to be PCI/PCI-X chip behind PCI-e bridge,
- * claims MSI support but interrups don't work with MSI on.
+ * claims MSI support but interrupts don't work with MSI on.
*/
.sbp_flags = SIISATA_BROKEN_MSI,
},