Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/src/trunk]: .joined/src/sys/dev/pci s/interrups/interrupts/



details:   https://anonhg.NetBSD.org/.joined/src/rev/8e343f2a3da5
branches:  trunk
changeset: 359364:8e343f2a3da5
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Dec 31 20:38:08 2021 +0000

description:
s/interrups/interrupts/

diffstat:

 sys/dev/pci/siisata_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e825d4eca4ea -r 8e343f2a3da5 sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Fri Dec 31 20:22:48 2021 +0000
+++ b/sys/dev/pci/siisata_pci.c Fri Dec 31 20:38:08 2021 +0000
@@ -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 @@
                .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,
        },



Home | Main Index | Thread Index | Old Index