Title: [9635] trunk/arch/blackfin/mach-common/cpufreq.c: arch: blackfin: cpufreq: fix typos
Revision
9635
Author
hennerich
Date
2011-02-28 16:23:36 -0500 (Mon, 28 Feb 2011)

Log Message

arch: blackfin: cpufreq: fix typos

no functional chnages

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/cpufreq.c (9634 => 9635)


--- trunk/arch/blackfin/mach-common/cpufreq.c	2011-02-28 16:15:48 UTC (rev 9634)
+++ trunk/arch/blackfin/mach-common/cpufreq.c	2011-02-28 21:23:36 UTC (rev 9635)
@@ -1,7 +1,7 @@
 /*
  * Blackfin core clock scaling
  *
- * Copyright 2008-2009 Analog Devices Inc.
+ * Copyright 2008-2011 Analog Devices Inc.
  *
  * Licensed under the GPL-2 or later.
  */
@@ -17,7 +17,7 @@
 #include <asm/dpmc.h>
 
 /* this is the table of CCLK frequencies, in Hz */
-/* .index is the entry in the auxillary dpm_state_table[] */
+/* .index is the entry in the auxiliary dpm_state_table[] */
 static struct cpufreq_frequency_table bfin_freq_table[] = {
 	{
 		.frequency = CPUFREQ_TABLE_END,
@@ -44,7 +44,7 @@
 
 #if defined(CONFIG_CYCLES_CLOCKSOURCE)
 /*
- * normalized to maximum frequncy offset for CYCLES,
+ * normalized to maximum frequency offset for CYCLES,
  * used in time-ts cycles clock source, but could be used
  * somewhere also.
  */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to