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/sgi | |
parent | 04783f7109699fb1efc94f9822ac1e849dc0b7ff (diff) |
s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/sginode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/sginode.c b/sys/arch/sgi/sgi/sginode.c index d6e926d4b3c..e95bf5f649f 100644 --- a/sys/arch/sgi/sgi/sginode.c +++ b/sys/arch/sgi/sgi/sginode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sginode.c,v 1.12 2009/10/16 00:15:49 miod Exp $ */ +/* $OpenBSD: sginode.c,v 1.13 2009/10/31 12:26:36 sobrado Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. * @@ -150,7 +150,7 @@ kl_first_pass_comp(klinfo_t *comp, void *arg) switch (comp->struct_type) { case KLSTRUCT_CPU: cpucomp = (klcpu_t *)comp; - DB_PRF(("\tcpu type %x/%x %dMhz cache %dMB speed %dMhz\n", + DB_PRF(("\tcpu type %x/%x %dMHz cache %dMB speed %dMHz\n", cpucomp->cpu_prid, cpucomp->cpu_fpirr, cpucomp->cpu_speed, cpucomp->cpu_scachesz, cpucomp->cpu_scachespeed)); |