aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commitb50d744268f3a9e4edb6ee677b919990dd5c7a10 (patch)
tree6197fbd158e68db0cae8bcd411be0984310732b6 /gdb
parent2030fba084282b271caba7c8e32abfd847a8eca7 (diff)
downloadgdb-b50d744268f3a9e4edb6ee677b919990dd5c7a10.zip
gdb-b50d744268f3a9e4edb6ee677b919990dd5c7a10.tar.gz
gdb-b50d744268f3a9e4edb6ee677b919990dd5c7a10.tar.bz2
* infrun.c (handle_inferior_event): Fix spelling in comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infrun.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07ac406..258d57f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-19 Joel Brobecker <brobecker@adacore.com>
+
+ * infrun.c (handle_inferior_event): Fix spelling in comment.
+
2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
* minsyms.c (lookup_minimal_symbol): Also check the separate
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 9c9b94d..8720cb4 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