Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Fix typo in rev 1.408.



details:   https://anonhg.NetBSD.org/src/rev/8dfeabb84e4b
branches:  trunk
changeset: 939714:8dfeabb84e4b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Sep 28 03:30:47 2020 +0000

description:
Fix typo in rev 1.408.

diffstat:

 sys/arch/alpha/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d66008962885 -r 8dfeabb84e4b sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Mon Sep 28 02:44:34 2020 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Mon Sep 28 03:30:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.409 2020/09/27 23:59:37 thorpej Exp $
+# $NetBSD: GENERIC,v 1.410 2020/09/28 03:30:47 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.409 $"
+ident          "GENERIC-$Revision: 1.410 $"
 
 maxusers 32
 
@@ -735,7 +735,7 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 pseudo-device  vether                  # Virtual Ethernet for bridge
-seudo-device   agr                     # IEEE 802.3ad link aggregation
+pseudo-device  agr                     # IEEE 802.3ad link aggregation
 pseudo-device  sequencer               # MIDI sequencer
 #options       RND_COM                 # use "com" randomness too
 # a pseudo device needed for Coda      # also needs CODA (above)



Home | Main Index | Thread Index | Old Index