Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/d68f7eb458a4
branches:  trunk
changeset: 751962:d68f7eb458a4
user:      tonio <tonio%NetBSD.org@localhost>
date:      Tue Feb 09 22:44:43 2010 +0000

description:
Fix typo in comment

diffstat:

 sys/arch/i386/conf/std.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef0ad88ef5dc -r d68f7eb458a4 sys/arch/i386/conf/std.i386
--- a/sys/arch/i386/conf/std.i386       Tue Feb 09 22:38:32 2010 +0000
+++ b/sys/arch/i386/conf/std.i386       Tue Feb 09 22:44:43 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index