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/arch/mac68k/conf/GENERICSBC | |
parent | f1e089fa12d7a707c3d85bc937b0a3fdb791853d (diff) |
typos in comments: hz -> Hz
initial hint from Martin Reindl <mreindl at catai.org>
ok miod@ jmc@.
Diffstat (limited to 'sys/arch/mac68k/conf/GENERICSBC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 |
1 files changed, 2 insertions, 2 deletions
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 |