浏览代码

[CPUFREQ] Fix typo.

Signed-off-by: Dave Jones <davej@redhat.com>
Dave Jones 19 年之前
父节点
当前提交
cd87847979
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cpufreq/cpufreq.c

+ 1 - 1
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.
  */