Skip to content

Commit

Permalink
Blackfin: cpufreq: fix typos
Browse files Browse the repository at this point in the history
No functional changes here.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Mar 18, 2011
1 parent 1eb5efa commit 8944b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/blackfin/mach-common/cpufreq.c
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand All @@ -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,
Expand All @@ -44,7 +44,7 @@ static struct bfin_dpm_state {

#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.
*/
Expand Down

0 comments on commit 8944b5a

Please sign in to comment.