diff options
author | Matt LaPlante <laplam@rpi.edu> | 2006-06-29 07:32:47 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 20:59:14 +0200 |
commit | 1f1332f727c3229eb2166a83fec5d3de6a73dce2 (patch) | |
tree | 7897760036d7f6267fe74ced6e8cec4239c90cb5 /arch/i386/Kconfig | |
parent | [PATCH] i4l:add some checks for valid drvid and driver pointer (diff) | |
download | linux-1f1332f727c3229eb2166a83fec5d3de6a73dce2.tar.xz linux-1f1332f727c3229eb2166a83fec5d3de6a73dce2.zip |
[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/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0463f6335905..1718429286d4 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -738,7 +738,7 @@ config KEXEC but it is independent of the system firmware. And like a reboot you can start any kernel with it, not just Linux. - The name comes from the similiarity to the exec system call. + The name comes from the similarity to the exec system call. It is an ongoing process to be certain the hardware in a machine is properly shutdown, so do not be surprised if this code does not |