diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 42ff2ac..25afdb2 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -405,7 +405,7 @@ inf_child_target::follow_exec (inferior *follow_inf, ptid_t ptid, if (orig_inf != follow_inf) { /* If the target was implicitly push in the original inferior, unpush - it. */ + it. */ scoped_restore_current_thread restore_thread; switch_to_inferior_no_thread (orig_inf); maybe_unpush_target (); |