]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/exynos-cpufreq.c
Merge remote-tracking branch 'trivial/for-next'
[karo-tx-linux.git] / drivers / cpufreq / exynos-cpufreq.c
index 3e4af676f43d79fba9c704049858e5c7026f5dac..95aa166bde83ab602d3ff5763c05961980f9ab02 100644 (file)
@@ -71,7 +71,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) {