summaryrefslogtreecommitdiff
path: root/gdb/defs.h
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
commit7b9e700c4750b3aa4c9aaf7341cae67d9654ffe8 (patch)
treef416d6d91b1f9f0bb27bed710d25ae9c7c5ac322 /gdb/defs.h
parent70f45216fed66e60e9fde849dc5224143d52c8bd (diff)
downloadgdb-7b9e700c4750b3aa4c9aaf7341cae67d9654ffe8.tar.gz
* defs.h (struct continuation_arg): Fix typo in comment.
* target.c (target_translate_tls_address): Fix comment spelling error.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 6e1fbf730a6..a310fc63e46 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