diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c index 9a8a01abbaed..c85277639b34 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c | |||
@@ -2512,7 +2512,7 @@ static int kexec_apply_relocations(struct kimage *image) | |||
2512 | continue; | 2512 | continue; |
2513 | 2513 | ||
2514 | /* | 2514 | /* |
2515 | * Respective archicture needs to provide support for applying | 2515 | * Respective architecture needs to provide support for applying |
2516 | * relocations of type SHT_RELA/SHT_REL. | 2516 | * relocations of type SHT_RELA/SHT_REL. |
2517 | */ | 2517 | */ |
2518 | if (sechdrs[i].sh_type == SHT_RELA) | 2518 | if (sechdrs[i].sh_type == SHT_RELA) |