Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov 10 16:53:28 UTC 2021

Modified Files:
        src/sys/arch/alpha/alpha: interrupt.c
        src/sys/dev/sdmmc: sdhc.c

Log Message:
s/suport/support/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/alpha/alpha/interrupt.c
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/sdmmc/sdhc.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/alpha/alpha/interrupt.c
diff -u src/sys/arch/alpha/alpha/interrupt.c:1.99 src/sys/arch/alpha/alpha/interrupt.c:1.100
--- src/sys/arch/alpha/alpha/interrupt.c:1.99	Fri Jul 16 19:02:22 2021
+++ src/sys/arch/alpha/alpha/interrupt.c	Wed Nov 10 16:53:28 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.99 2021/07/16 19:02:22 thorpej Exp $ */
+/* $NetBSD: interrupt.c,v 1.100 2021/11/10 16:53:28 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.99 2021/07/16 19:02:22 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.100 2021/11/10 16:53:28 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -216,7 +216,7 @@ interrupt(unsigned long a0, unsigned lon
 		 * for the clock interrupt, we add 0x10.  Why?  Because
 		 * while we only call out a single device interrupt
 		 * level, technically the architecture specification
-		 * suports two, meaning we could have intrdepth > 1
+		 * supports two, meaning we could have intrdepth > 1
 		 * just for device interrupts.
 		 *
 		 * Adding 0x10 here means that cpu_intr_p() can check

Index: src/sys/dev/sdmmc/sdhc.c
diff -u src/sys/dev/sdmmc/sdhc.c:1.111 src/sys/dev/sdmmc/sdhc.c:1.112
--- src/sys/dev/sdmmc/sdhc.c:1.111	Sat Aug  7 16:19:16 2021
+++ src/sys/dev/sdmmc/sdhc.c	Wed Nov 10 16:53:28 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: sdhc.c,v 1.111 2021/08/07 16:19:16 thorpej Exp $	*/
+/*	$NetBSD: sdhc.c,v 1.112 2021/11/10 16:53:28 msaitoh Exp $	*/
 /*	$OpenBSD: sdhc.c,v 1.25 2009/01/13 19:44:20 grange Exp $	*/
 
 /*
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sdhc.c,v 1.111 2021/08/07 16:19:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sdhc.c,v 1.112 2021/11/10 16:53:28 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_sdmmc.h"
@@ -405,7 +405,7 @@ sdhc_host_found(struct sdhc_softc *sc, b
 
 	/*
 	 * Use DMA if the host system and the controller support it.
-	 * Suports integrated or external DMA egine, with or without
+	 * Supports integrated or external DMA egine, with or without
 	 * SDHC_DMA_ENABLE in the command.
 	 */
 	if (ISSET(sc->sc_flags, SDHC_FLAG_FORCE_DMA) ||

Reply via email to