diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index eb8ddfc..a552a2b 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -866,7 +866,7 @@ i386_displaced_step_fixup (struct gdbarch *gdbarch, ULONGEST eip = (pc - insn_offset) & 0xffffffffUL; /* If we just stepped over a breakpoint insn, we don't backup - the pc on purpose; this is to match behaviour without + the pc on purpose; this is to match behavior without stepping. */ regcache_write_pc (regs, eip); |