From 72f5cf0e510f4e268ee9d36ea140a3d02b5490c0 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 11 Jan 2008 00:12:43 +0000 Subject: [PATCH] * defs.h (struct continuation_arg): Fix typo in comment. * target.c (target_translate_tls_address): Fix comment spelling error. --- gdb/ChangeLog | 5 +++++ gdb/defs.h | 2 +- gdb/target.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index efac94e..dd31e8f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Doug Evans + + * defs.h (struct continuation_arg): Fix typo in comment. + * target.c (target_translate_tls_address): Fix comment spelling error. + 2008-01-09 Thiago Jung Bauermann * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string. diff --git a/gdb/defs.h b/gdb/defs.h index 6e1fbf7..a310fc6 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -706,7 +706,7 @@ extern void free_command_lines (struct command_line **); /* To continue the execution commands when running gdb asynchronously. A continuation structure contains a pointer to a function to be called to finish the command, once the target has stopped. Such mechanism is - used bt the finish and until commands, and in the remote protocol + used by the finish and until commands, and in the remote protocol when opening an extended-remote connection. */ struct continuation_arg 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) -- 2.7.4