diff options
author | Doug Evans <dje@google.com> | 2008-01-11 00:12:43 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-01-11 00:12:43 +0000 |
commit | 72f5cf0e510f4e268ee9d36ea140a3d02b5490c0 (patch) | |
tree | cbe80866aec11316a72d283a255dd2442a8568eb /gdb/defs.h | |
parent | 59e2be5e63d35c1cb04257e5a5f1e05d9fc98513 (diff) | |
download | gdb-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/defs.h')
-rw-r--r-- | gdb/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |