* infrun.c: Add comment about signals.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 17 Oct 1993 02:21:12 +0000 (02:21 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 17 Oct 1993 02:21:12 +0000 (02:21 +0000)
gdb/infrun.c

index bde5597..bc3e3fc 100644 (file)
@@ -585,7 +585,7 @@ wait_for_inferior ()
                remove_breakpoints ();
                target_resume (pid, 1, 0); /* Single step */
                /* FIXME: What if a signal arrives instead of the single-step
-                  happening?  *?
+                  happening?  */
                target_wait (pid, NULL);
                insert_breakpoints ();
              }