diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
commit | 8aff8e78d3d69b8cd3802bbb39e678ddbe0693ac (patch) | |
tree | 2594f2256966cdbd5b8013a78b199a5c4c5a6797 /sys/dev/ic/aic79xx.c | |
parent | d079ea7bd9c8c790e010d1123f8cb2567f8bd39a (diff) |
s/Mhz/MHz/ in comments and printf() strings
ok jsg@
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 1a00de91627..456b55ece86 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.36 2006/10/17 11:45:59 todd Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.37 2006/10/19 10:55:56 tom Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -3324,7 +3324,7 @@ ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, /* * Harpoon2A assumed that there would be a - * fallback rate between 160MHz and 80Mhz, + * fallback rate between 160MHz and 80MHz, * so 7 is used as the period factor rather * than 8 for 160MHz. */ |