Typo fix: Mhz -> MHz

No functional change intended.
This commit is contained in:
ahoka 2009-08-23 16:02:50 +00:00
parent f7b2709f8a
commit 8e541eb4b2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: powernow_k8.c,v 1.24 2008/11/12 12:36:09 ad Exp $ */
/* $NetBSD: powernow_k8.c,v 1.25 2009/08/23 16:02:50 ahoka Exp $ */
/* $OpenBSD: powernow-k8.c,v 1.8 2006/06/16 05:58:50 gwk Exp $ */
/*-
@ -59,7 +59,7 @@
/* AMD POWERNOW K8 driver */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: powernow_k8.c,v 1.24 2008/11/12 12:36:09 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: powernow_k8.c,v 1.25 2009/08/23 16:02:50 ahoka Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -470,7 +470,7 @@ k8_powernow_init_main(void)
aprint_normal("%s: AMD %s Technology %d MHz\n",
cpuname, techname, cur_freq);
aprint_normal("%s: available frequencies (Mhz): %s\n",
aprint_normal("%s: available frequencies (MHz): %s\n",
cpuname, freq_names);
return;