From: Namhyung Kim Date: Thu, 28 Feb 2013 05:38:00 +0000 (+0000) Subject: cpufreq: Fix a typo in comment X-Git-Tag: v3.9-rc2~16^2^2~6 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=e5dde92cb2befb108ae8cfe8db68a954c164d77c;p=karo-tx-linux.git cpufreq: Fix a typo in comment Fix a typo in a comment in cpufreq_governor.h. [rjw: Changelog] Signed-off-by: Namhyung Kim Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h index d2ac91150600..46bde01eee62 100644 --- a/drivers/cpufreq/cpufreq_governor.h +++ b/drivers/cpufreq/cpufreq_governor.h @@ -64,7 +64,7 @@ static void *get_cpu_dbs_info_s(int cpu) \ * dbs: used as a shortform for demand based switching It helps to keep variable * names smaller, simpler * cdbs: common dbs - * on_*: On-demand governor + * od_*: On-demand governor * cs_*: Conservative governor */