summaryrefslogtreecommitdiff
path: root/kernel/kexec.c
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2015-01-25 19:50:34 +0100
committerJiri Kosina <jkosina@suse.cz>2015-01-26 14:36:46 +0100
commitedb0ec0725bb9797ded0deaf172a6795e43795c8 (patch)
tree1d57514bba02d5d3a9cc082c061ee72e5b8acadd /kernel/kexec.c
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 'kernel/kexec.c')
-rw-r--r--kernel/kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c
index 2abf9f6e9a61..b2ed6a3d99fb 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -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)