Skip to content

Commit

Permalink
gdb: adjust comment on target_desc_info::from_user_p
Browse files Browse the repository at this point in the history
Remove the stale reference to INFO, which is now "this target
description info" now.

Change-Id: I35dbdb089048ed7cfffe730d3134ee391b176abf
  • Loading branch information
simark committed Feb 6, 2023
1 parent 85df945 commit f9b6775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdb/inferior.h
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ extern void switch_to_inferior_no_thread (inferior *inf);

struct target_desc_info
{
/* Returns true if INFO indicates the target description had been supplied by
/* Returns true if this target description information has been supplied by
the user. */
bool from_user_p ()
{ return !this->filename.empty (); }
Expand Down

0 comments on commit f9b6775

Please sign in to comment.