diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-15 00:26:42 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 11:45:13 +0100 |
commit | 24775d652b4dc52cc8dbcbdd20a732e5bdcc416a (patch) | |
tree | e33d3f9e433f743dfa2e629db6cd725abf1a5797 | |
parent | 15b9cf6d3217452b23cc880cd02684af9a5625d9 (diff) | |
download | linux-3.10-24775d652b4dc52cc8dbcbdd20a732e5bdcc416a.tar.gz linux-3.10-24775d652b4dc52cc8dbcbdd20a732e5bdcc416a.tar.bz2 linux-3.10-24775d652b4dc52cc8dbcbdd20a732e5bdcc416a.zip |
Documentation: Fix typo in kernel-parameters.txt
Correct spelling "mininum" to "minimum", "conroller" to "controller"
and "explicitely" to "explicitly" in
Documentation/kernel-parameters.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 033d4e69b43..cfcc73f2b82 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -950,7 +950,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. controller i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX controllers - i8042.notimeout [HW] Ignore timeout condition signalled by conroller + i8042.notimeout [HW] Ignore timeout condition signalled by controller i8042.reset [HW] Reset the controller during init and cleanup i8042.unlock [HW] Unlock (ignore) the keylock @@ -2434,7 +2434,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. For more information see Documentation/vm/slub.txt. slub_min_order= [MM, SLUB] - Determines the mininum page order for slabs. Must be + Determines the minimum page order for slabs. Must be lower than slub_max_order. For more information see Documentation/vm/slub.txt. @@ -2600,7 +2600,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. threadirqs [KNL] Force threading of all interrupt handlers except those - marked explicitely IRQF_NO_THREAD. + marked explicitly IRQF_NO_THREAD. topology= [S390] Format: {off | on} |