diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2013-09-26 16:50:21 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 15:27:24 +0200 |
commit | 0585123ebbd07a4fb49558ed6dea5fced967841a (patch) | |
tree | 64beb8dfb17a2be87500b002db129a5a70e6476c /drivers/cpufreq/exynos-cpufreq.c | |
parent | fe2fd5cc050885483190fc17f72fac27404253d7 (diff) | |
download | blackbird-obmc-linux-0585123ebbd07a4fb49558ed6dea5fced967841a.tar.gz blackbird-obmc-linux-0585123ebbd07a4fb49558ed6dea5fced967841a.zip |
Correct some typos for word frequency
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/cpufreq/exynos-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/exynos-cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/exynos-cpufreq.c b/drivers/cpufreq/exynos-cpufreq.c index 0fac34439e31..b4afd078fe05 100644 --- a/drivers/cpufreq/exynos-cpufreq.c +++ b/drivers/cpufreq/exynos-cpufreq.c @@ -77,7 +77,7 @@ static int exynos_cpufreq_scale(unsigned int target_freq) /* * The policy max have been changed so that we cannot get proper * old_index with cpufreq_frequency_table_target(). Thus, ignore - * policy and get the index from the raw freqeuncy table. + * policy and get the index from the raw frequency table. */ old_index = exynos_cpufreq_get_index(freqs.old); if (old_index < 0) { |