diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-02 06:09:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-02 06:09:29 +0000 |
commit | 2a0d8088382c514e54dfdbb4be1ba3fea4c3b522 (patch) | |
tree | 28e270e233ea69867798006caa042d3adcbee087 /sys | |
parent | 0583ed94bd0324d0ea3a91d98b0a1548e1f1cb53 (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ncr53c9xvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index 9b0a4b13af7..39c277ef60b 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9xvar.h,v 1.4 1998/05/28 22:07:54 jason Exp $ */ +/* $OpenBSD: ncr53c9xvar.h,v 1.5 1998/09/02 06:09:28 deraadt Exp $ */ /* $NetBSD: ncr53c9xvar.h,v 1.13 1998/05/26 23:17:34 thorpej Exp $ */ /*- @@ -287,7 +287,7 @@ struct ncr53c9x_softc { size_t sc_cmdlen; /* Size of command in transit */ /* hardware/openprom stuff */ - int sc_freq; /* Freq in HZ */ + int sc_freq; /* Freq in MHz */ int sc_id; /* our scsi id */ int sc_rev; /* esp revision */ int sc_features; /* chip features */ |