From 9f03a5af0492cb853685880bbbd9cbc622fa942f Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 11 Feb 2003 19:20:29 +0000 Subject: be consistant on Hz vs hz --- sys/arch/mac68k/dev/esp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mac68k/dev/esp.c') diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index 0cce56422aa..19f7021e19a 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.15 2002/03/14 01:26:35 millert Exp $ */ +/* $OpenBSD: esp.c,v 1.16 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: esp.c,v 1.59 1996/10/13 02:59:48 christos Exp $ */ /* @@ -212,7 +212,7 @@ espattach(parent, self, aux) sc->sc_id = 7; - /* gimme Mhz */ + /* gimme MHz */ sc->sc_freq /= 1000000; /* -- cgit v1.2.3