Module Name: src
Committed By: maya
Date: Fri Oct 18 20:42:10 UTC 2019
Modified Files:
src/sys/dev/mii: miidevs miidevs.h miidevs_data.h
Log Message:
Fix typo. from vezhlys
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/dev/mii/miidevs
cvs rdiff -u -r1.156 -r1.157 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.144 -r1.145 src/sys/dev/mii/miidevs_data.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/mii/miidevs
diff -u src/sys/dev/mii/miidevs:1.158 src/sys/dev/mii/miidevs:1.159
--- src/sys/dev/mii/miidevs:1.158 Thu Oct 17 09:21:40 2019
+++ src/sys/dev/mii/miidevs Fri Oct 18 20:42:10 2019
@@ -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 TI 0x080028 Texas Instruments
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
Index: src/sys/dev/mii/miidevs.h
diff -u src/sys/dev/mii/miidevs.h:1.156 src/sys/dev/mii/miidevs.h:1.157
--- src/sys/dev/mii/miidevs.h:1.156 Thu Oct 17 09:22:00 2019
+++ src/sys/dev/mii/miidevs.h Fri Oct 18 20:42:10 2019
@@ -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 */
Index: src/sys/dev/mii/miidevs_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.144 src/sys/dev/mii/miidevs_data.h:1.145
--- src/sys/dev/mii/miidevs_data.h:1.144 Thu Oct 17 09:22:00 2019
+++ src/sys/dev/mii/miidevs_data.h Fri Oct 18 20:42:10 2019
@@ -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.