From: Pedro Alves Date: Sun, 17 May 2009 19:30:04 +0000 (+0000) Subject: Fix typo... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e;p=binutils-gdb.git Fix typo... --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8a7287218e..9ad771e2ff5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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.