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>
This commit is contained in:
committed by
Jiri Kosina
parent
8fc8f4d57c
commit
edb0ec0725
@@ -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)
|
||||
|
Reference in New Issue
Block a user