diff options
author | Matt LaPlante <laplam@rpi.edu> | 2006-06-29 01:32:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 14:59:14 -0400 |
commit | 1f1332f727c3229eb2166a83fec5d3de6a73dce2 (patch) | |
tree | 7897760036d7f6267fe74ced6e8cec4239c90cb5 /arch/x86_64/Kconfig | |
parent | 09fca29de4bdfd7eff47acbc6bd71c5fb5b79d79 (diff) |
[PATCH] KConfig: Spellchecking 'similarity' and 'independent'
Several KConfig files had 'similarity' and 'independent' spelled incorrectly...
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 91039844820c..e856804c447f 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -461,10 +461,10 @@ config KEXEC | |||
461 | help | 461 | help |
462 | kexec is a system call that implements the ability to shutdown your | 462 | kexec is a system call that implements the ability to shutdown your |
463 | current kernel, and to start another kernel. It is like a reboot | 463 | current kernel, and to start another kernel. It is like a reboot |
464 | but it is indepedent of the system firmware. And like a reboot | 464 | but it is independent of the system firmware. And like a reboot |
465 | you can start any kernel with it, not just Linux. | 465 | you can start any kernel with it, not just Linux. |
466 | 466 | ||
467 | The name comes from the similiarity to the exec system call. | 467 | The name comes from the similarity to the exec system call. |
468 | 468 | ||
469 | It is an ongoing process to be certain the hardware in a machine | 469 | It is an ongoing process to be certain the hardware in a machine |
470 | is properly shutdown, so do not be surprised if this code does not | 470 | is properly shutdown, so do not be surprised if this code does not |