aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-08-11 17:59:28 -0400
committerDave Jones <davej@redhat.com>2006-08-11 17:59:28 -0400
commitcd878479792cc1e4bc9d62ed0ef2c4454743848c (patch)
tree41abf6ff0cb2e4797fb14a31b1723371a5fda685
parent9f737633e6ee54fc174282d49b2559bd2208391d (diff)
downloadlinux-cd878479792cc1e4bc9d62ed0ef2c4454743848c.tar.gz
[CPUFREQ] Fix typo.
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r--drivers/cpufreq/cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index b3df613ae4ec8..d35a9f06ab7b6 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.
*/