Subject: kern/30743: Small typo in NetBSD/amd64 GENERIC kernel file comment
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 07/13/2005 16:54:00
>Number:         30743
>Category:       kern
>Synopsis:       Small comment typo in NetBSD/amd64 GENERIC kernel file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 13 16:54:00 +0000 2005
>Originator:     Nicolas Joly
>Release:        NetBSD 3.99.7
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD lanfeust.sis.pasteur.fr 3.99.7 NetBSD 3.99.7 (LANFEUST) #32: Tue Jul 12 14:31:11 CEST 2005 njoly@lanfeust.sis.pasteur.fr:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/LANFEUST amd64
Architecture: x86_64
Machine: amd64
>Description:
I just noticed a small typo in amd64 GENERIC kernel config file.
`verboase' instead of `verbose'.
>How-To-Repeat:
n/a
>Fix:
Index: sys/arch/amd64/conf/GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/amd64/conf/GENERIC,v
retrieving revision 1.57
diff -u -r1.57 GENERIC
--- sys/arch/amd64/conf/GENERIC	11 Jul 2005 15:37:04 -0000	1.57
+++ sys/arch/amd64/conf/GENERIC	12 Jul 2005 09:08:43 -0000
@@ -171,7 +171,7 @@
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
-options		ACPIVERBOSE	# verboase ACPI configuration messages
+options		ACPIVERBOSE	# verbose ACPI configuration messages
 options 	MIIVERBOSE	# verbose PHY autoconfig messages
 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space