Source-Changes-HG archive

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

[src/trunk]: src/sys There's an r in "determine"



details:   https://anonhg.NetBSD.org/src/rev/8892cc46d86f
branches:  trunk
changeset: 333067:8892cc46d86f
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Oct 17 17:48:53 2014 +0000

description:
There's an r in "determine"

diffstat:

 sys/arch/x68k/stand/libsa/consio.c |  4 ++--
 sys/dev/pci/if_wm.c                |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r c352408f2cff -r 8892cc46d86f sys/arch/x68k/stand/libsa/consio.c
--- a/sys/arch/x68k/stand/libsa/consio.c        Fri Oct 17 17:09:44 2014 +0000
+++ b/sys/arch/x68k/stand/libsa/consio.c        Fri Oct 17 17:48:53 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: consio.c,v 1.10 2012/10/12 18:01:53 tsutsui Exp $      */
+/*     $NetBSD: consio.c,v 1.11 2014/10/17 17:48:53 snj Exp $  */
 
 /*
  * Copyright (c) 2001 MINOURA Makoto.
@@ -42,7 +42,7 @@
 consio_init(int device)
 {
 
-       if (device < 0) {       /* undetemined yet */
+       if (device < 0) {       /* undetermined yet */
                if (KEYCTRL & 8)
                        device = ITE;
                else {
diff -r c352408f2cff -r 8892cc46d86f sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Fri Oct 17 17:09:44 2014 +0000
+++ b/sys/dev/pci/if_wm.c       Fri Oct 17 17:48:53 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.304 2014/10/10 11:04:21 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.305 2014/10/17 17:48:53 snj Exp $  */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.304 2014/10/10 11:04:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.305 2014/10/17 17:48:53 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -6241,7 +6241,7 @@
         *  For some devices, we can determine the PHY access method
         * from sc_type.
         *
-        *  For ICH8 variants, it's difficult to detemine the PHY access
+        *  For ICH8 variants, it's difficult to determine the PHY access
         * method by sc_type, so use the PCI product ID for some devices.
         * For other ICH8 variants, try to use igp's method. If the PHY
         * can't detect, then use bm's method.



Home | Main Index | Thread Index | Old Index