Module Name:    src
Committed By:   kiyohara
Date:           Sun Mar  7 07:33:30 UTC 2010

Modified Files:
        src/sys/arch/evbarm/conf: GUMSTIX

Log Message:
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/conf/GUMSTIX

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/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.43 src/sys/arch/evbarm/conf/GUMSTIX:1.44
--- src/sys/arch/evbarm/conf/GUMSTIX:1.43	Sun Jan  3 09:52:16 2010
+++ src/sys/arch/evbarm/conf/GUMSTIX	Sun Mar  7 07:33:29 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: GUMSTIX,v 1.43 2010/01/03 09:52:16 kiyohara Exp $
+#	$NetBSD: GUMSTIX,v 1.44 2010/03/07 07:33:29 kiyohara Exp $
 #
 #	GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -68,7 +68,7 @@
 
 #options 	GATEWAY		# packet forwarding
 options 	INET		# IP + ICMP + TCP + UDP
-options 	INET6		# IPV6
+options 	INET6		# IPv6
 options 	IPSEC		# IP security
 options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
 options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
@@ -261,7 +261,7 @@
 
 # PCMCIA network interfaces
 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
-wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
+wi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
 #xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
 #xi*	at xirc?
 
@@ -373,8 +373,8 @@
 #pseudo-device	tap			# virtual Ethernet
 #pseudo-device	tun			# network tunneling over tty
 #pseudo-device	gre			# generic L3 over IP tunnel
-#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
-#pseudo-device	faith			# IPv[46] tcp relay translation i/f
+#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
+#pseudo-device	faith			# IPv[46] TCP relay translation i/f
 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
 #pseudo-device	vlan			# IEEE 802.1q encapsulation
 #pseudo-device	bridge			# simple inter-network bridging
@@ -387,7 +387,7 @@
 pseudo-device	pty			# pseudo-terminals
 #pseudo-device	sequencer	1	# MIDI sequencer
 pseudo-device	rnd			# /dev/random and in-kernel generator
-options		RND_COM
+options 	RND_COM
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	ksyms			# /dev/ksyms
 pseudo-device	bcsp			# BlueCore Serial Protocol

Reply via email to