diff options
author | Dave Jones <davej@redhat.com> | 2006-08-12 01:59:28 +0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-08-12 01:59:28 +0400 |
commit | cd878479792cc1e4bc9d62ed0ef2c4454743848c (patch) | |
tree | 41abf6ff0cb2e4797fb14a31b1723371a5fda685 /drivers/cpufreq/cpufreq.c | |
parent | 9f737633e6ee54fc174282d49b2559bd2208391d (diff) | |
download | linux-cd878479792cc1e4bc9d62ed0ef2c4454743848c.tar.xz |
[CPUFREQ] Fix typo.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |