gdb: adjust comment on target_desc_info::from_user_p
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 6 Feb 2023 19:12:27 +0000 (14:12 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 6 Feb 2023 19:12:27 +0000 (14:12 -0500)
Remove the stale reference to INFO, which is now "this target
description info" now.

Change-Id: I35dbdb089048ed7cfffe730d3134ee391b176abf

gdb/inferior.h

index bac483f0f78d2e76d4b9ba314fc05411619751d5..72034cc4ffbc77909aa6e48d7c71aed6017daaff 100644 (file)
@@ -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 (); }