Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sdmmc s/suport/support/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/1f793551bd41
branches:  trunk
changeset: 1025528:1f793551bd41
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:53:28 2021 +0000

description:
s/suport/support/ in comment.

diffstat:

 sys/arch/alpha/alpha/interrupt.c |  6 +++---
 sys/dev/sdmmc/sdhc.c             |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r d423a7a6f96a -r 1f793551bd41 sys/arch/alpha/alpha/interrupt.c
--- a/sys/arch/alpha/alpha/interrupt.c  Wed Nov 10 16:47:41 2021 +0000
+++ b/sys/arch/alpha/alpha/interrupt.c  Wed Nov 10 16:53:28 2021 +0000
@@ -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 @@
                 * 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
diff -r d423a7a6f96a -r 1f793551bd41 sys/dev/sdmmc/sdhc.c
--- a/sys/dev/sdmmc/sdhc.c      Wed Nov 10 16:47:41 2021 +0000
+++ b/sys/dev/sdmmc/sdhc.c      Wed Nov 10 16:53:28 2021 +0000
@@ -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 @@
 
        /*
         * 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) ||



Home | Main Index | Thread Index | Old Index