* defs.h (struct continuation_arg): Fix typo in comment.

* target.c (target_translate_tls_address): Fix comment spelling error.
This commit is contained in:
Doug Evans
2008-01-11 00:12:43 +00:00
parent 59e2be5e63
commit 72f5cf0e51
3 changed files with 7 additions and 2 deletions

View File

@ -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)