Module Name:    src
Committed By:   tonio
Date:           Tue Feb  9 22:44:43 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: std.i386

Log Message:
Fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/i386/conf/std.i386

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/i386/conf/std.i386
diff -u src/sys/arch/i386/conf/std.i386:1.29 src/sys/arch/i386/conf/std.i386:1.30
--- src/sys/arch/i386/conf/std.i386:1.29	Thu Dec 11 05:42:18 2008
+++ src/sys/arch/i386/conf/std.i386	Tue Feb  9 22:44:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: std.i386,v 1.29 2008/12/11 05:42:18 alc Exp $
+# $NetBSD: std.i386,v 1.30 2010/02/09 22:44:43 tonio Exp $
 #
 # standard, required NetBSD/i386 'options'
 
@@ -13,7 +13,7 @@
 #options 	CRYPTO_MD_DES_CBC	# machine-dependant DES CBC code
 #options 	CRYPTO_MD_BF_ENC	# machine-dependant code for BF_encrypt
 #options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
-options		MULTIPROCESSOR		# multiprocessor supprot
+options		MULTIPROCESSOR		# multiprocessor support
 options 	MPBIOS			# configure CPUs and APICs using MPBIOS
 
 mainbus0 at root

Reply via email to