2011-05-23 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Mon, 23 May 2011 15:18:36 +0000 (15:18 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 23 May 2011 15:18:36 +0000 (15:18 +0000)
* infrun.c (user_visible_resume_ptid): Fix typos in describing
comment.

gdb/ChangeLog
gdb/infrun.c

index ea55f7c935c45c8fae80fcd2985ad80309db1f55..db94468ed53f0840b1f813d2c52e18ae91c1a25e 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * infrun.c (user_visible_resume_ptid): Fix typos in describing
+       comment.
+
 2011-05-21  Mark Kettenis  <kettenis@gnu.org>
 
        * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
index 36d265cb17571debd530b02749b162d09a7737ea..1d8932ab21a6160fd26a0ff2b9024ca3d410089e 100644 (file)
@@ -1604,9 +1604,9 @@ maybe_software_singlestep (struct gdbarch *gdbarch, CORE_ADDR pc)
 /* Return a ptid representing the set of threads that we will proceed,
    in the perspective of the user/frontend.  We may actually resume
    fewer threads at first, e.g., if a thread is stopped at a
-   breakpoint that needs stepping-off, but that should be visible to
-   the user/frontend, and neither should the frontend/user be allowed
-   to proceed any of the threads that happen to be stopped at for
+   breakpoint that needs stepping-off, but that should not be visible
+   to the user/frontend, and neither should the frontend/user be
+   allowed to proceed any of the threads that happen to be stopped for
    internal run control handling, if a previous command wanted them
    resumed.  */