summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-02-11 06:07:27 +0000
committerjkoshy <jkoshy@FreeBSD.org>1999-02-11 06:07:27 +0000
commit3891b1bccc69c2144e1c9cc1acf87fb3e9e69386 (patch)
tree143635fa68bd1aa43cfdca4e65beedaf02dccbb5 /sys
parent436c49a681de263ab25a60035c0e535345ffb00c (diff)
downloadFreeBSD-src-3891b1bccc69c2144e1c9cc1acf87fb3e9e69386.zip
FreeBSD-src-3891b1bccc69c2144e1c9cc1acf87fb3e9e69386.tar.gz
Fix typos
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC6
-rw-r--r--sys/i386/conf/GENERIC6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b0510a0..d975bae 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $
+# $Id: GENERIC,v 1.147 1999/02/10 02:18:31 des Exp $
machine "i386"
cpu "I386_CPU"
@@ -145,9 +145,9 @@ device sio1 at isa? port "IO_COM2" tty irq 3
device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9
-# Parallell port
+# Parallel port
device ppc0 at isa? port? net irq 7
-constroller ppbus0
+controller ppbus0
device nlpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b0510a0..d975bae 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $
+# $Id: GENERIC,v 1.147 1999/02/10 02:18:31 des Exp $
machine "i386"
cpu "I386_CPU"
@@ -145,9 +145,9 @@ device sio1 at isa? port "IO_COM2" tty irq 3
device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9
-# Parallell port
+# Parallel port
device ppc0 at isa? port? net irq 7
-constroller ppbus0
+controller ppbus0
device nlpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
OpenPOWER on IntegriCloud