diff options
author | 2004-04-01 22:15:55 +0000 | |
---|---|---|
committer | 2004-04-01 22:15:55 +0000 | |
commit | 01bf745017db3c1e16ce4b0e628383cfb317e0d9 (patch) | |
tree | 7f5b9feb11aa5a1620170ad965a031e08220446a | |
parent | Better bounds checking in strategy(), and kill the (unused) rd flags (diff) | |
download | wireguard-openbsd-01bf745017db3c1e16ce4b0e628383cfb317e0d9.tar.xz wireguard-openbsd-01bf745017db3c1e16ce4b0e628383cfb317e0d9.zip |
typos in comments: hz -> Hz
initial hint from Martin Reindl <mreindl at catai.org>
ok miod@ jmc@.
-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 |