Module Name:    src
Committed By:   andvar
Date:           Sun Sep 25 12:28:54 UTC 2022

Modified Files:
        src/sys/arch/arm/s3c2xx0: s3c2800_pci.c

Log Message:
s/itnerrupt/interrupt/


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/s3c2xx0/s3c2800_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/arch/arm/s3c2xx0/s3c2800_pci.c
diff -u src/sys/arch/arm/s3c2xx0/s3c2800_pci.c:1.33 src/sys/arch/arm/s3c2xx0/s3c2800_pci.c:1.34
--- src/sys/arch/arm/s3c2xx0/s3c2800_pci.c:1.33	Mon May 23 19:52:34 2022
+++ src/sys/arch/arm/s3c2xx0/s3c2800_pci.c	Sun Sep 25 12:28:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: s3c2800_pci.c,v 1.33 2022/05/23 19:52:34 andvar Exp $	*/
+/*	$NetBSD: s3c2800_pci.c,v 1.34 2022/09/25 12:28:54 andvar Exp $	*/
 
 /*
  * Copyright (c) 2002 Fujitsu Component Limited
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: s3c2800_pci.c,v 1.33 2022/05/23 19:52:34 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: s3c2800_pci.c,v 1.34 2022/09/25 12:28:54 andvar Exp $");
 
 #include "opt_pci.h"
 #include "pci.h"
@@ -691,7 +691,7 @@ sspci_intr(void *arg)
 		s = splhigh();
 		softint_schedule(sc->sc_softinterrupt);
 
-		/* mask INTA itnerrupt until softinterrupt is handled */
+		/* mask INTA interrupt until softinterrupt is handled */
 		sc->sc_pciinten &= ~PCIINT_INA;
 		bus_space_write_4(iot, ioh, PCICTL_PCIINTEN,
 		    sc->sc_pciinten);

Reply via email to