aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-01-11 00:12:43 +0000
committerDoug Evans <dje@google.com>2008-01-11 00:12:43 +0000
commit72f5cf0e510f4e268ee9d36ea140a3d02b5490c0 (patch)
treecbe80866aec11316a72d283a255dd2442a8568eb /gdb/target.c
parent59e2be5e63d35c1cb04257e5a5f1e05d9fc98513 (diff)
downloadgdb-72f5cf0e510f4e268ee9d36ea140a3d02b5490c0.zip
gdb-72f5cf0e510f4e268ee9d36ea140a3d02b5490c0.tar.gz
gdb-72f5cf0e510f4e268ee9d36ea140a3d02b5490c0.tar.bz2
* defs.h (struct continuation_arg): Fix typo in comment.
* target.c (target_translate_tls_address): Fix comment spelling error.
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c2
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)