OSDN Git Service

Fix typo...
authorpalves <palves>
Sun, 17 May 2009 19:30:04 +0000 (19:30 +0000)
committerpalves <palves>
Sun, 17 May 2009 19:30:04 +0000 (19:30 +0000)
gdb/ChangeLog

index f8a7287..9ad771e 100644 (file)
@@ -3,7 +3,7 @@
        * infrun.c (handle_inferior_event): When handling a
        TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
        immediatelly.
-       * linux-nat.c (linux_child_follow_fork): Only detach breakpoint
+       * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
        from the child if vforking.
        * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
        breakpoints from the child here.