aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-04-23 22:27:41 +0200
committerTom Rini <trini@konsulko.com>2018-04-28 10:42:35 -0400
commitb60cfb6a01a23938245edb9e0910cc11dbeed789 (patch)
tree29c88c25f37a73a022b770a893cb499189f4855f /arch/powerpc/lib
parent39883af3f0a8e3e481752026fa7f3cfa2f506e4e (diff)
downloadu-boot-b60cfb6a01a23938245edb9e0910cc11dbeed789.zip
u-boot-b60cfb6a01a23938245edb9e0910cc11dbeed789.tar.gz
u-boot-b60cfb6a01a23938245edb9e0910cc11dbeed789.tar.bz2
powerpc: fix typo in kgdb.c
%s/alingment/alignment/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch/powerpc/lib')
-rw-r--r--arch/powerpc/lib/kgdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/kgdb.c b/arch/powerpc/lib/kgdb.c
index aa16a00..f580c02 100644
--- a/arch/powerpc/lib/kgdb.c
+++ b/arch/powerpc/lib/kgdb.c
@@ -52,7 +52,7 @@ static struct hard_trap_info
{ 0x300, SIGSEGV }, /* address error (store) */
{ 0x400, SIGBUS }, /* instruction bus error */
{ 0x500, SIGINT }, /* interrupt */
- { 0x600, SIGBUS }, /* alingment */
+ { 0x600, SIGBUS }, /* alignment */
{ 0x700, SIGTRAP }, /* breakpoint trap */
{ 0x800, SIGFPE }, /* fpu unavail */
{ 0x900, SIGALRM }, /* decrementer */