aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2015-01-25 13:50:34 -0500
committerJiri Kosina <jkosina@suse.cz>2015-01-26 08:36:46 -0500
commitedb0ec0725bb9797ded0deaf172a6795e43795c8 (patch)
tree1d57514bba02d5d3a9cc082c061ee72e5b8acadd /lib/Kconfig.debug
parent8fc8f4d57c8d146971e4d1456f8e93a22e1487c3 (diff)
kexec, Kconfig: spell "architecture" properly
Grepping for "archicture" showed it actually twice! Most unusual spelling error, very interesting. :) Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 4e35a5d767ed..cfe8ca6717c2 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -620,7 +620,7 @@ config DEBUG_STACKOVERFLOW
620 depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW 620 depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW
621 ---help--- 621 ---help---
622 Say Y here if you want to check for overflows of kernel, IRQ 622 Say Y here if you want to check for overflows of kernel, IRQ
623 and exception stacks (if your archicture uses them). This 623 and exception stacks (if your architecture uses them). This
624 option will show detailed messages if free stack space drops 624 option will show detailed messages if free stack space drops
625 below a certain limit. 625 below a certain limit.
626 626