Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia s/attemping/attempting/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/6579a822cd77
branches:  trunk
changeset: 373132:6579a822cd77
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jan 20 01:35:03 2023 +0000

description:
s/attemping/attempting/ in comment.

diffstat:

 sys/arch/x86/x86/intel_busclock.c |  6 +++---
 sys/dev/pcmcia/mhzc.c             |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 1fb0b3c1e1f8 -r 6579a822cd77 sys/arch/x86/x86/intel_busclock.c
--- a/sys/arch/x86/x86/intel_busclock.c Fri Jan 20 01:26:02 2023 +0000
+++ b/sys/arch/x86/x86/intel_busclock.c Fri Jan 20 01:35:03 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intel_busclock.c,v 1.25 2021/10/07 12:52:27 msaitoh Exp $      */
+/*     $NetBSD: intel_busclock.c,v 1.26 2023/01/20 01:35:03 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.25 2021/10/07 12:52:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.26 2023/01/20 01:35:03 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -102,7 +102,7 @@
                break;
        case 0xc: /* Core i7, Atom, model 1 */
                /*
-                * Newer CPUs will GP when attemping to access MSR_FSB_FREQ.
+                * Newer CPUs will GP when attempting to access MSR_FSB_FREQ.
                 * In the long-term, use ACPI instead of all this.
                 */
                if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
diff -r 1fb0b3c1e1f8 -r 6579a822cd77 sys/dev/pcmcia/mhzc.c
--- a/sys/dev/pcmcia/mhzc.c     Fri Jan 20 01:26:02 2023 +0000
+++ b/sys/dev/pcmcia/mhzc.c     Fri Jan 20 01:35:03 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mhzc.c,v 1.54 2021/08/07 16:19:15 thorpej Exp $        */
+/*     $NetBSD: mhzc.c,v 1.55 2023/01/20 01:35:03 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000, 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.54 2021/08/07 16:19:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mhzc.c,v 1.55 2023/01/20 01:35:03 msaitoh Exp $");
 
 #include "opt_inet.h"
 
@@ -201,7 +201,7 @@
         * an address suitable for the Ethernet portion.  We do this by
         * rounding up to the next 16-byte aligned address where 0x80
         * isn't set (the SMC Ethernet chip has a 16-byte address size)
-        * and attemping to allocate a 16-byte region until we succeed.
+        * and attempting to allocate a 16-byte region until we succeed.
         *
         * Sure would have been nice if Megahertz had made the card a
         * proper multi-function device.



Home | Main Index | Thread Index | Old Index