Module Name: src
Committed By: ahoka
Date: Sun Aug 23 15:58:39 UTC 2009
Modified Files:
src/sys/arch/i386/i386: powernow_k7.c
Log Message:
Fix typo: Mhz -> MHz
No functional change at all intended.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/i386/powernow_k7.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/i386/powernow_k7.c
diff -u src/sys/arch/i386/i386/powernow_k7.c:1.32 src/sys/arch/i386/i386/powernow_k7.c:1.33
--- src/sys/arch/i386/i386/powernow_k7.c:1.32 Wed Nov 12 12:36:02 2008
+++ src/sys/arch/i386/i386/powernow_k7.c Sun Aug 23 15:58:39 2009
@@ -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;