Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-drm-fsl-dcu.git] / drivers / cpufreq / exynos-cpufreq.c
index 7b6dc06b1bd4958bea2be16b6a13e5c209953346..f3c22874da753c07dd5f12d58f4b85a6438a2de3 100644 (file)
@@ -67,7 +67,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(old_freq);
        if (old_index < 0) {