Module Name:    src
Committed By:   thorpej
Date:           Mon Sep 28 03:30:47 UTC 2020

Modified Files:
        src/sys/arch/alpha/conf: GENERIC

Log Message:
Fix typo in rev 1.408.


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.409 src/sys/arch/alpha/conf/GENERIC:1.410
--- src/sys/arch/alpha/conf/GENERIC:1.409	Sun Sep 27 23:59:37 2020
+++ src/sys/arch/alpha/conf/GENERIC	Mon Sep 28 03:30:47 2020
@@ -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 @@ include 	"arch/alpha/conf/std.alpha"
 
 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	stf			# 6to4 IPv6 over IPv
 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)

Reply via email to