* remote.c (init_extended_remote_ops): Fix typo.

This commit is contained in:
Pedro Alves 2008-05-17 11:28:30 +00:00
parent 2ebf24b939
commit 39237dd126
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-05-17 Pedro Alves <pedro@codesourcery.com>
* remote.c (init_extended_remote_ops): Fix typo.
2008-05-16 Pedro Alves <pedro@codesourcery.com>
* NEWS: Mention new DICOS x86 target configuration.

View File

@ -7362,8 +7362,8 @@ init_extended_remote_ops (void)
"Extended remote serial target in gdb-specific protocol";
extended_remote_ops.to_doc =
"Use a remote computer via a serial line, using a gdb-specific protocol.\n\
Specify the serial device it is connected to (e.g. /dev/ttya).",
extended_remote_ops.to_open = extended_remote_open;
Specify the serial device it is connected to (e.g. /dev/ttya).";
extended_remote_ops.to_open = extended_remote_open;
extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
extended_remote_ops.to_detach = extended_remote_detach;