Skip to content

Commit f9b6775

Browse files
committed
gdb: adjust comment on target_desc_info::from_user_p
Remove the stale reference to INFO, which is now "this target description info" now. Change-Id: I35dbdb089048ed7cfffe730d3134ee391b176abf
1 parent 85df945 commit f9b6775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdb/inferior.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ extern void switch_to_inferior_no_thread (inferior *inf);
345345

346346
struct target_desc_info
347347
{
348-
/* Returns true if INFO indicates the target description had been supplied by
348+
/* Returns true if this target description information has been supplied by
349349
the user. */
350350
bool from_user_p ()
351351
{ return !this->filename.empty (); }

0 commit comments

Comments
 (0)