[commit] fix spelling in infrun.c:handle_inferior_event

Joel Brobecker brobecker@adacore.com
Wed Dec 19 07:59:00 GMT 2007


Spottted it while reading the code...

2007-12-19  Joel Brobecker  <brobecker@adacore.com>

        * infrun.c (handle_inferior_event): Fix spelling in comment.

Checked in as obvious.

-- 
Joel
-------------- next part --------------
Index: infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.259
diff -u -p -r1.259 infrun.c
--- infrun.c	16 Dec 2007 19:14:23 -0000	1.259
+++ infrun.c	19 Dec 2007 05:11:53 -0000
@@ -1907,7 +1907,7 @@ handle_inferior_event (struct execution_
       && 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


More information about the Gdb-patches mailing list