* defs.h (struct continuation_arg): Fix typo in comment.
authorDoug Evans <dje@google.com>
Fri, 11 Jan 2008 00:12:43 +0000 (00:12 +0000)
committerDoug Evans <dje@google.com>
Fri, 11 Jan 2008 00:12:43 +0000 (00:12 +0000)
* target.c (target_translate_tls_address): Fix comment spelling error.

gdb/ChangeLog
gdb/defs.h
gdb/target.c

index efac94ec90366dd47a926081c755702b503ee546..dd31e8f4953010090bb30de12127c70285b8f528 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-10  Doug Evans  <dje@google.com>
+
+       * 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  <bauerman@br.ibm.com>
 
        * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
index 6e1fbf730a6e5acfd20a59e2267f75937cad1264..a310fc63e4683ddb88b199043ec30d3849f3e68c 100644 (file)
@@ -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
index 26230e1961caca7f8d0ba54e2064f9adec34428e..b7ead9e28f6dcb0298813deea432ba9b771ec35f 100644 (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)
This page took 0.032039 seconds and 4 git commands to generate.