aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-06 14:12:27 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-02-06 14:12:27 -0500
commitf9b677528fdde6b1d5f402b75db2efcbe62c93d8 (patch)
tree4553aa916abe46dce8bf87e7782f903e058245f6 /gdb
parent85df9457b72e4a198b4edfc908017612fca59509 (diff)
downloadgdb-f9b677528fdde6b1d5f402b75db2efcbe62c93d8.zip
gdb-f9b677528fdde6b1d5f402b75db2efcbe62c93d8.tar.gz
gdb-f9b677528fdde6b1d5f402b75db2efcbe62c93d8.tar.bz2
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
Diffstat (limited to 'gdb')
-rw-r--r--gdb/inferior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index bac483f..72034cc 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -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 (); }