GIT e210544d0a84a8a769c4a551eed95a0e0001cf97 git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git commit e210544d0a84a8a769c4a551eed95a0e0001cf97 Author: Dave Jones Date: Sat Aug 5 02:14:18 2006 -0400 [CPUFREQ] Fix typo. Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index b3df613..d35a9f0 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -32,7 +32,7 @@ #include #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. */