Module Name: src
Committed By: ahoka
Date: Sun Aug 23 16:02:50 UTC 2009
Modified Files:
src/sys/arch/x86/x86: powernow_k8.c
Log Message:
Typo fix: Mhz -> MHz
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/powernow_k8.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/x86/x86/powernow_k8.c
diff -u src/sys/arch/x86/x86/powernow_k8.c:1.24 src/sys/arch/x86/x86/powernow_k8.c:1.25
--- src/sys/arch/x86/x86/powernow_k8.c:1.24 Wed Nov 12 12:36:09 2008
+++ src/sys/arch/x86/x86/powernow_k8.c Sun Aug 23 16:02:50 2009
@@ -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;