diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-31 12:26:37 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-31 12:26:37 +0000 |
commit | 47e08967b6ed93a02087d92f982fef43debffd3e (patch) | |
tree | ad58a2d4413dbefcf63d756c23250400b4f01d23 /sys/arch/i386 | |
parent | 04783f7109699fb1efc94f9822ac1e849dc0b7ff (diff) |
s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/piixpcib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/piixpcib.c b/sys/arch/i386/pci/piixpcib.c index 553056751d3..09efa939470 100644 --- a/sys/arch/i386/pci/piixpcib.c +++ b/sys/arch/i386/pci/piixpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: piixpcib.c,v 1.4 2008/06/26 05:42:11 ray Exp $ */ +/* $OpenBSD: piixpcib.c,v 1.5 2009/10/31 12:26:36 sobrado Exp $ */ /* * Copyright (c) 2007 Stefan Sperling <stsp@stsp.in-berlin.de> @@ -345,7 +345,7 @@ piixpcib_setperf(int level) * * And yes, I've tried it the way the Linux speedstep-smi * driver does it, thank you very much. It doesn't work - * half the time (my machine has more than 4Mhz ;-) and + * half the time (my machine has more than 4MHz ;-) and * even crashes some machines without specific workarounds. * * So call p3_update_cpuspeed() from arch/i386/i386/machdep.c |