Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Fix typo. from vezhlys



details:   https://anonhg.NetBSD.org/src/rev/74ce0640495c
branches:  trunk
changeset: 460361:74ce0640495c
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Oct 18 20:42:10 2019 +0000

description:
Fix typo. from vezhlys

diffstat:

 sys/dev/mii/miidevs        |  4 ++--
 sys/dev/mii/miidevs.h      |  4 ++--
 sys/dev/mii/miidevs_data.h |  2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 58c9053e8577 -r 74ce0640495c sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Fri Oct 18 19:43:49 2019 +0000
+++ b/sys/dev/mii/miidevs       Fri Oct 18 20:42:10 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.158 2019/10/17 09:21:40 msaitoh Exp $
+$NetBSD: miidevs,v 1.159 2019/10/18 20:42:10 maya Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
 oui BROADCOM4                  0x18c086        Broadcom Corporation
 oui RENESAS                    0x749050        Renesas
 
-/* Unregisterd or wrong OUI */
+/* Unregistered or wrong OUI */
 oui yyREALTEK                  0x000004        Realtek
 oui yyAMD                      0x000058        Advanced Micro Devices
 oui xxMYSON                    0x00032d        Myson Technology
diff -r 58c9053e8577 -r 74ce0640495c sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Fri Oct 18 19:43:49 2019 +0000
+++ b/sys/dev/mii/miidevs.h     Fri Oct 18 20:42:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miidevs.h,v 1.156 2019/10/17 09:22:00 msaitoh Exp $    */
+/*     $NetBSD: miidevs.h,v 1.157 2019/10/18 20:42:10 maya Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -101,7 +101,7 @@
 #define        MII_OUI_BROADCOM4       0x18c086        /* Broadcom Corporation */
 #define        MII_OUI_RENESAS 0x749050        /* Renesas */
 
-/* Unregisterd or wrong OUI */
+/* Unregistered or wrong OUI */
 #define        MII_OUI_yyREALTEK       0x000004        /* Realtek */
 #define        MII_OUI_yyAMD   0x000058        /* Advanced Micro Devices */
 #define        MII_OUI_xxMYSON 0x00032d        /* Myson Technology */
diff -r 58c9053e8577 -r 74ce0640495c sys/dev/mii/miidevs_data.h
--- a/sys/dev/mii/miidevs_data.h        Fri Oct 18 19:43:49 2019 +0000
+++ b/sys/dev/mii/miidevs_data.h        Fri Oct 18 20:42:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miidevs_data.h,v 1.144 2019/10/17 09:22:00 msaitoh Exp $       */
+/*     $NetBSD: miidevs_data.h,v 1.145 2019/10/18 20:42:10 maya Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.



Home | Main Index | Thread Index | Old Index