diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-13 11:14:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-16 08:40:08 -0400 |
commit | 6b2aac42b20f495d9ea220036f57596d525d4233 (patch) | |
tree | 838c0537310ebd6198eeef7f5826edf141f467d7 /drivers/devfreq | |
parent | b40b26ccfc31465363dbd3ff849bd84ec87fe9b7 (diff) |
Fix typo in various Kconfig file
Correct spelling typo in various Kconfig file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r-- | drivers/devfreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 464fa2147dfb..f6b0a6e2ea50 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -16,7 +16,7 @@ menuconfig PM_DEVFREQ | |||
16 | is attached to a single device and returns a "representative" | 16 | is attached to a single device and returns a "representative" |
17 | clock frequency of the device, which is also attached | 17 | clock frequency of the device, which is also attached |
18 | to a device by 1-to-1. The device registering devfreq takes the | 18 | to a device by 1-to-1. The device registering devfreq takes the |
19 | responsiblity to "interpret" the representative frequency and | 19 | responsibility to "interpret" the representative frequency and |
20 | to set its every clock accordingly with the "target" callback | 20 | to set its every clock accordingly with the "target" callback |
21 | given to devfreq. | 21 | given to devfreq. |
22 | 22 | ||