diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-01-16 16:43:10 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-17 05:13:55 -0500 |
commit | 79e2e7597de5e36a2f7f0dca13011f46ee37c809 (patch) | |
tree | 0814ecfcb090f6d1c010cf52d2e37ce3d9fe5474 /init | |
parent | adc0485b9e6419df0106a37288a72a5cc9d097e6 (diff) |
Kconfig: Typo: seti -> set
Also, I introduced some punctuation to facilitate reading.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4f6cdbf523eb..9715b228a998 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -743,8 +743,8 @@ config BLK_CGROUP | |||
743 | 743 | ||
744 | This option only enables generic Block IO controller infrastructure. | 744 | This option only enables generic Block IO controller infrastructure. |
745 | One needs to also enable actual IO controlling logic/policy. For | 745 | One needs to also enable actual IO controlling logic/policy. For |
746 | enabling proportional weight division of disk bandwidth in CFQ seti | 746 | enabling proportional weight division of disk bandwidth in CFQ, set |
747 | CONFIG_CFQ_GROUP_IOSCHED=y and for enabling throttling policy set | 747 | CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set |
748 | CONFIG_BLK_THROTTLE=y. | 748 | CONFIG_BLK_THROTTLE=y. |
749 | 749 | ||
750 | See Documentation/cgroups/blkio-controller.txt for more information. | 750 | See Documentation/cgroups/blkio-controller.txt for more information. |