diff options
Diffstat (limited to 'gdb/stubs/m68k-stub.c')
-rw-r--r-- | gdb/stubs/m68k-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stubs/m68k-stub.c b/gdb/stubs/m68k-stub.c index 4ef4069..7f78a96 100644 --- a/gdb/stubs/m68k-stub.c +++ b/gdb/stubs/m68k-stub.c @@ -45,7 +45,7 @@ * program counter and status register onto the supervisor stack and then * transfers execution to a location specified in it's vector table. * The handlers for the exception vectors are hardwired to jmp to an address - * given by the relation: (exception - 256) * 6. These are decending + * given by the relation: (exception - 256) * 6. These are descending * addresses starting from -6, -12, -18, ... By allowing 6 bytes for * each entry, a jsr, jmp, bsr, ... can be used to enter the exception * handler. Using a jsr to handle an exception has an added benefit of |