kexec, Kconfig: spell "architecture" properly
authorBorislav Petkov <bp@suse.de>
Sun, 25 Jan 2015 18:50:34 +0000 (19:50 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Jan 2015 13:36:46 +0000 (14:36 +0100)
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>
kernel/kexec.c
lib/Kconfig.debug

index 2abf9f6e9a61866302c858e408c8dd7b5ec93dd5..b2ed6a3d99fbae584f582c61e1c56fdac933516a 100644 (file)
@@ -2512,7 +2512,7 @@ static int kexec_apply_relocations(struct kimage *image)
                        continue;
 
                /*
-                * Respective archicture needs to provide support for applying
+                * Respective architecture needs to provide support for applying
                 * relocations of type SHT_RELA/SHT_REL.
                 */
                if (sechdrs[i].sh_type == SHT_RELA)
index 4e35a5d767ed2f50c69df7dbdbcf0e3d9885777f..cfe8ca6717c274479cc8d84a2682f49684ccbe79 100644 (file)
@@ -620,7 +620,7 @@ config DEBUG_STACKOVERFLOW
        depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW
        ---help---
          Say Y here if you want to check for overflows of kernel, IRQ
-         and exception stacks (if your archicture uses them). This
+         and exception stacks (if your architecture uses them). This
          option will show detailed messages if free stack space drops
          below a certain limit.