Skip to content

Commit

Permalink
kexec, Kconfig: spell "architecture" properly
Browse files Browse the repository at this point in the history
Grepping for "archicture" showed it actually twice! Most unusual
spelling error, very interesting. :)

Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
suryasaimadhu authored and Jiri Kosina committed Jan 26, 2015
1 parent 8fc8f4d commit edb0ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit edb0ec0

Please sign in to comment.