Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Fix typo: Mhz -> MHz



details:   https://anonhg.NetBSD.org/src/rev/080d977d37ed
branches:  trunk
changeset: 746924:080d977d37ed
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Sun Aug 23 15:58:39 2009 +0000

description:
Fix typo: Mhz -> MHz

No functional change at all intended.

diffstat:

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

diffs (27 lines):

diff -r c4950802eaf6 -r 080d977d37ed sys/arch/i386/i386/powernow_k7.c
--- a/sys/arch/i386/i386/powernow_k7.c  Sun Aug 23 15:56:56 2009 +0000
+++ b/sys/arch/i386/i386/powernow_k7.c  Sun Aug 23 15:58:39 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: powernow_k7.c,v 1.32 2008/11/12 12:36:02 ad Exp $ */
+/*     $NetBSD: powernow_k7.c,v 1.33 2009/08/23 15:58:39 ahoka Exp $ */
 /*     $OpenBSD: powernow-k7.c,v 1.24 2006/06/16 05:58:50 gwk Exp $ */
 
 /*-
@@ -59,7 +59,7 @@
 /* AMD POWERNOW K7 driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.32 2008/11/12 12:36:02 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.33 2009/08/23 15:58:39 ahoka Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -468,7 +468,7 @@
 
        aprint_normal("%s: AMD %s Technology %d MHz\n",
            cpuname, techname, cur_freq);
-       aprint_normal("%s: frequencies available (Mhz): %s\n",
+       aprint_normal("%s: frequencies available (MHz): %s\n",
            cpuname, freq_names);
 
        return;



Home | Main Index | Thread Index | Old Index