diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-01 22:15:56 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-01 22:15:56 +0000 |
commit | 3ae31f15c97a86e11066e7195bd3e1d74c12d122 (patch) | |
tree | 7ba00701c2081db34473f6e0d353af83cdb3d526 /sys | |
parent | f1e089fa12d7a707c3d85bc937b0a3fdb791853d (diff) |
typos in comments: hz -> Hz
initial hint from Martin Reindl <mreindl at catai.org>
ok miod@ jmc@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISKSBC | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 3aed1b2d732..8189538cb71 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2003/05/05 13:59:38 miod Exp $ +# $OpenBSD: GENERIC,v 1.32 2004/04/01 22:15:55 xsa Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC - an all-in-one kernel for the mac68k @@ -7,7 +7,7 @@ machine mac68k m68k include "conf/GENERIC" # Mac-specific options -option HZ=60 # Macs like 60hz +option HZ=60 # Macs like 60Hz option M68040 option M68030 option M68020 # Must have 68851 PMMU diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 3ca1c0e2b93..df3bebc3830 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.15 2003/05/05 13:59:38 miod Exp $ +# $OpenBSD: GENERICSBC,v 1.16 2004/04/01 22:15:55 xsa Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERICSBC --- our generic kernel using the SBC SCSI driver @@ -7,7 +7,7 @@ machine mac68k m68k include "conf/GENERIC" # Mac-specific options -option HZ=60 # Macs like 60hz +option HZ=60 # Macs like 60Hz option M68040 option M68030 option M68020 # Must have 68851 PMMU diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK index ef232619480..933731dd603 100644 --- a/sys/arch/mac68k/conf/RAMDISK +++ b/sys/arch/mac68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: RAMDISK,v 1.13 2004/04/01 22:15:55 xsa Exp $ # # RAMDISK - bsd.rd configuration file (non-SBC version) @@ -27,7 +27,7 @@ pseudo-device bpfilter 1 # packet filter option DDB # Mac-specific options -option HZ=60 # Macs like 60hz +option HZ=60 # Macs like 60Hz option M68040 option M68030 option M68020 # Must have 68851 PMMU diff --git a/sys/arch/mac68k/conf/RAMDISKSBC b/sys/arch/mac68k/conf/RAMDISKSBC index 0ebdd89ef4e..bca194e7a3e 100644 --- a/sys/arch/mac68k/conf/RAMDISKSBC +++ b/sys/arch/mac68k/conf/RAMDISKSBC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKSBC,v 1.3 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: RAMDISKSBC,v 1.4 2004/04/01 22:15:55 xsa Exp $ # # RAMDISKSBC - bsd.rd configuration file (SBC version) @@ -27,7 +27,7 @@ pseudo-device bpfilter 1 # packet filter option DDB # Mac-specific options -option HZ=60 # Macs like 60hz +option HZ=60 # Macs like 60Hz option M68040 option M68030 option M68020 # Must have 68851 PMMU |