Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Typo fix: Mhz -> MHz



details:   https://anonhg.NetBSD.org/src/rev/85681296bcf8
branches:  trunk
changeset: 746925:85681296bcf8
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Sun Aug 23 16:02:50 2009 +0000

description:
Typo fix: Mhz -> MHz

No functional change intended.

diffstat:

 sys/arch/x86/x86/powernow_k8.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 080d977d37ed -r 85681296bcf8 sys/arch/x86/x86/powernow_k8.c
--- a/sys/arch/x86/x86/powernow_k8.c    Sun Aug 23 15:58:39 2009 +0000
+++ b/sys/arch/x86/x86/powernow_k8.c    Sun Aug 23 16:02:50 2009 +0000
@@ -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 @@
 
        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;



Home | Main Index | Thread Index | Old Index