summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-12-19 05:16:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-12-19 05:16:36 +0000
commit2391b1544c273b6a41639e222d5896b161e56815 (patch)
tree704d14f8424820a912992422de0571dc91ab88c0 /gdb/infrun.c
parentb112ca915b4cf6739f8ba8ed84b1125bf76dfe80 (diff)
downloadgdb-2391b1544c273b6a41639e222d5896b161e56815.tar.gz
* infrun.c (handle_inferior_event): Fix spelling in comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 9c9b94d44b9..8720cb4d8f8 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -1907,7 +1907,7 @@ handle_inferior_event (struct execution_control_state *ecs)
&& gdbarch_single_step_through_delay_p (current_gdbarch)
&& currently_stepping (ecs))
{
- /* We're trying to step of a breakpoint. Turns out that we're
+ /* We're trying to step off a breakpoint. Turns out that we're
also on an instruction that needs to be stepped multiple
times before it's been fully executing. E.g., architectures
with a delay slot. It needs to be stepped twice, once for