diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 916342e79f..0089dc7829 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-10-20 Simon Marchi + + * infrun.c (get_displaced_stepping_state): Fix comment. + 2020-10-20 Andreas Schwab * cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help. diff --git a/gdb/infrun.c b/gdb/infrun.c index 8ae39a2877..0a41bb31cc 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1477,7 +1477,7 @@ step_over_info_valid_p (void) displaced_step_closure::~displaced_step_closure () = default; -/* Get the displaced stepping state of process PID. */ +/* Get the displaced stepping state of inferior INF. */ static displaced_step_inferior_state * get_displaced_stepping_state (inferior *inf)