summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/kgdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/kgdb.c')
-rw-r--r--arch/microblaze/kernel/kgdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/kgdb.c b/arch/microblaze/kernel/kgdb.c
index 130cd0f064ce..df4b9d0112e5 100644
--- a/arch/microblaze/kernel/kgdb.c
+++ b/arch/microblaze/kernel/kgdb.c
@@ -31,7 +31,7 @@
#define GDB_RTLBLO 55
#define GDB_RTLBHI 56
-/* keep pvr separately because it is unchangeble */
+/* keep pvr separately because it is unchangeable */
static struct pvr_s pvr;
void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)