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



details:   https://anonhg.NetBSD.org/src/rev/c53bf343a6d1
branches:  trunk
changeset: 467533:c53bf343a6d1
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Mar 25 17:06:38 1999 +0000

description:
fix typo

diffstat:

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

diffs (18 lines):

diff -r 7d36e540f534 -r c53bf343a6d1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Mar 25 16:58:39 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Mar 25 17:06:38 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.225 1999/03/25 03:35:26 explorer Exp $
+#      $NetBSD: GENERIC,v 1.226 1999/03/25 17:06:38 perry Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -290,7 +290,7 @@
 
 # ISA parallel printer interfaces
 # BROKEN_LPT_DELAY can fix hangs and reboots in interrupt driven lpt
-#option        BROKEN_LPT_DELAY=5
+#options       BROKEN_LPT_DELAY=5
 lpt0   at isa? port 0x378 irq 7        # standard PC parallel ports
 lpt1   at isa? port 0x278
 lpt2   at isa? port 0x3bc



Home | Main Index | Thread Index | Old Index