From: Dave Jones <davej@redhat.com> Date: Fri, 11 Aug 2006 21:59:28 +0000 (-0400) Subject: [CPUFREQ] Fix typo. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cd878479792cc1e4bc9d62ed0ef2c4454743848c;p=openwrt%2Fstaging%2Fblogic.git [CPUFREQ] Fix typo. Signed-off-by: Dave Jones <davej@redhat.com> --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index b3df613ae4ec..d35a9f06ab7b 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -32,7 +32,7 @@ #define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, "cpufreq-core", msg) /** - * The "cpufreq driver" - the arch- or hardware-dependend low + * The "cpufreq driver" - the arch- or hardware-dependent low * level driver of CPUFreq support, and its spinlock. This lock * also protects the cpufreq_cpu_data array. */