diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 26230e1..b7ead9e 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -804,7 +804,7 @@ pop_target (void) internal_error (__FILE__, __LINE__, _("failed internal consistency check")); } -/* Using the objfile specified in BATON, find the address for the +/* Using the objfile specified in OBJFILE, find the address for the current thread's thread-local storage with offset OFFSET. */ CORE_ADDR target_translate_tls_address (struct objfile *objfile, CORE_ADDR offset) |