diff options
author | Masanari Iida | 2017-09-26 05:47:59 +0200 |
---|---|---|
committer | Jiri Kosina | 2017-10-12 15:42:00 +0200 |
commit | 83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca (patch) | |
tree | 6ffc1b7f3e811c47178359e030cf5079253fabe7 /arch/alpha | |
parent | kfifo: Fix comments (diff) | |
download | kernel-qcow2-linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.gz kernel-qcow2-linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.xz kernel-qcow2-linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.zip |
treewide: Fix typos in Kconfig
This patch fixes some spelling typos found in Kconfig files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 0e49d39ea74a..aa6b11957cd7 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -505,7 +505,7 @@ config ALPHA_QEMU Generic kernels will auto-detect QEMU. But when building a system-specific kernel, the assumption is that we want to - elimiate as many runtime tests as possible. + eliminate as many runtime tests as possible. If unsure, say N. |